-
-
Notifications
You must be signed in to change notification settings - Fork 212
GoPro Hero 8 USB live streaming url with opencv #183
Comments
You have to use a properly constructed UDP URI.
|
u mean by using gopro.stream("udp adress") function? |
Nope. For stream function you have to provide your own addy. |
Finally I figure it out
|
Sorry @KonradIT another question, After calling the stopWebcam() function, the camera mantain on the ready mode is there in a function to put in normal mode or something ? |
What do you mean normal mode? You could try putting it in video/photo mode. |
For you question I mean the mode that display usb connected on the camera screen |
hi again @KonradIT |
Yep, that happens when a system receives 2 UDP streams on the same port (albeit different IP addresses) |
Can I use another port than 8554 ? or it's impossible |
You could use an intermediary device, eg: raspberry pi to ingest via port 8554, and then output via a different port. |
Hi, I wanted to broadcast from GoPro Hero 8 firmware 2.50 using USB and display live with opencv (windows 10)
I used ifaddr interface to get the IP address (work fine)
then I used the IP address to wake up the gopro (goprocam 4.1.0)
gopro = GoProCamera.GoPro(ip_address=addr, camera=constants.gpcontrol)
I want to get the live streaming by using livestream("start") function, but I lost here, I get an error when I pass the address in opencv
error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
I even tried with vlc with this url: http://IP_address/gp/gpControl/execute?p1=gpStream&c1=start
but nothing shows up
The text was updated successfully, but these errors were encountered: