Hi,
I need to change the target resolution for different quality presets.
I have some users with Avermedia PW513 and some with Camlink + DSLR which can do 2160p at 30 fps fine and without a problem with this configuration.
constraints: {
video: {
aspectRatio: 16 / 9,
height: {
ideal: 2160,
max: 2160,
min: 240
}
}
},
My problem are users with a logitech c920, this cam does 1920x1080 at 30 fps but also 2300x1200 at 2 fps and that is a problem because with the config above it will go in the 2 fps mode instead of staying in 1920x1080 at 30 fps.
How can I change the standardresolution quality preset to be 1080p so users of a c920 can use that while users with better gear can still use 2160p?
Currently it defaults to 360p which looks shit.
Thanks for any help