-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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.
pabloteari