PVBROWSER RESOLUTION

Hi everyone,
I currently use the pvbrowser browser in different projects. However, for a special one it is necessary to use screens with resolution 1920 x 1080.
I have been reading the manual of pvbroser and I find that in main.uncion I can handle the resolution. However, for this type of resolution that I have indicated, I have managed to find the way that works correctly.
I am currently running pvbrowser on Linux Debian 9

Any idea how I can solve this?

Thanks.
 
No. I have configured the main function with the expected resolution, however there seems to be a limitation since it does not expand the window to the resolution I am expecting.
 
In order to use a resolution different of 1280x1204, you should edit the pvs.project file and resize the screen using pvResize() in the slotInit().
 
Top