Is Streaming In Higher Resolution Possible(Python preview demo is low res)? #133
AustinFoss
started this conversation in
General
Replies: 1 comment 2 replies
-
What resolution where you trying to hit? So the official app uses the UDP packets over wifi for showing a preview, and you can change the resolution up to 1080p using the webcam mode (via usb, documented in this repo) or using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project in mind that involves streaming from a GoPro and I would like to use open-gopro for it.
My question comes from after getting the preview window to show up in VLC I can't seem to get it to increase in the resolution at all.
I know we can stream in 1080 from the official app so it's possible but there doesn't seem to be anything in the API to enable this.
Does the official app transfer the higher res stream via a different method aside from the UDP stream at Port 8554?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions