Konrad Iturbe
Konrad Iturbe
Hey there, can you post the full code? What version of OpenCV do you have installed?
For windows I think the IP address needs to be specified in the file.
What camera?
Interesting, can you see the DHCP addresses for both cameras via ifconfig? Using the [experimental branch for webcam](https://github.com/KonradIT/gopro-py-api/pull/148) you could do: ```` gopro1 = GoProCamera.GoPro(ip_address=GoProCamera.GoPro.getWebcamIP("INTERFACE_CAM_1", camera=constants.gpcontrol, webcam_device="INTERFACE_CAM_1") gopro2 = GoProCamera.GoPro(ip_address=GoProCamera.GoPro.getWebcamIP("INTERFACE_CAM_2",...
Try using the v4l2 example from the examples folder.
Can confirm I can use two Hero9 Black cameras over USB with GoPro Connect instead of MTP to take a photo: https://twitter.com/konrad_it/status/1318286019251392519
Hi, i still want to test a few stuff before I release to pip
No, GoPro MAX does not support USB Ethernet, only HERO8 and HERO9 do. >I am unable to connect through WiFi because it seems like it won't show up as a...
This one is a bit tricky, there's nothing wrong with the existing code, it's just that `10.5.5.9:8554` sends the two streams together! To access 1 stream (1 is back, 2...
You cannot have 2 MPV windows of the same stream at the same time. You'd need to transcode 1 stream to a different port.