Open hahaCrazy opened 4 years ago
The default resolution is 1280x720, however, the browser or client app might have adaptive resolution and scales down the image. This unfortunately can't be handled from the plugin
Is it possible to override the default resolution?
I eventually changed resolution to 1920x1080. To do so:
GetMediaType()
function as shown in this screenshot. I really can't understand why but the resolution was forced to 720p here...
I eventually changed resolution to 1920x1080. To do so:
- Change default width and default height
- Change also max width and max height
- Change the
GetMediaType()
function as shown in this screenshot. I really can't understand why but the resolution was forced to 720p here...- Compile the solution to get the new dlls. See my comment here if you have errors during build.
I encountered many errors when compiling using source engineering. I am not very familiar with C++and do not know how to handle it. Do you have a compiled 1920x1080 resolution DLL.
I used this plug-in in the video conference, and after UnityCam was turned on, the resolution was relatively low I would like to ask what is the solution