Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution problem #18

Open
hahaCrazy opened this issue Apr 23, 2020 · 4 comments
Open

Resolution problem #18

hahaCrazy opened this issue Apr 23, 2020 · 4 comments

Comments

@hahaCrazy
Copy link

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

@mrayy
Copy link
Owner

mrayy commented May 11, 2020

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

@Oneiros90
Copy link

Is it possible to override the default resolution?

@Oneiros90
Copy link

Oneiros90 commented Mar 5, 2021

I eventually changed resolution to 1920x1080.
To do so:

  1. Change default width and default height
  2. Change also max width and max height
  3. Change the GetMediaType() function as shown in this screenshot. I really can't understand why but the resolution was forced to 720p here...
    immagine
  4. Compile the solution to get the new dlls. See my comment here if you have errors during build.

@mp075496706
Copy link

I eventually changed resolution to 1920x1080. To do so:

  1. Change default width and default height
  2. Change also max width and max height
  3. Change the GetMediaType() function as shown in this screenshot. I really can't understand why but the resolution was forced to 720p here...
    immagine
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants