You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you ever tried to use the other Video Formats for lower resolution? I see four different video options available in the array on this line of code:
VideoFormat videoFormat = nano.VideoFormats[0];
1280 X 720
960 X 540
640 X 360
320 X 180
are available. However only 1280 X 720 (at index 0) appears to start streaming.
Thanks.
The text was updated successfully, but these errors were encountered:
Have you ever tried to use the other Video Formats for lower resolution? I see four different video options available in the array on this line of code:
VideoFormat videoFormat = nano.VideoFormats[0];
1280 X 720
960 X 540
640 X 360
320 X 180
are available. However only 1280 X 720 (at index 0) appears to start streaming.
Thanks.
The text was updated successfully, but these errors were encountered: