VideoCapture with GoPro Hero3
Hi. How i can do the videoCapture with a GoPro camera? With web cam of the pc, it's all right, but with gopro i don't succeed to access to the camera goPro. Thanks a lor.
Hi. How i can do the videoCapture with a GoPro camera? With web cam of the pc, it's all right, but with gopro i don't succeed to access to the camera goPro. Thanks a lor.
i access to camera on wifi with http://10.5.5.9:8080/live/amba.m3u8. On VLC works, but on eclipse no. This is a part of code: webSource2 = new VideoCapture("http://10.5.5.9:8080/live/amba.m3u8");
Asked: 2015-04-01 08:08:59 -0600
Seen: 4,269 times
Last updated: Apr 01 '15
Getting single frames from video with python
After setting capture property, reading the property returns 0.0
Video Capture not working in OpenCV 2.4.2 Windows7 32bit vs9
How to set camera resolution in OpenCV on Android?
CaptureFromFile - what does OpenCV exactly do? [closed]
cv2.VideoCapture: Cannot read from file
How to set resolution of video capture in python with Logitech c910 & c920
The GoPro camera doesn't have a live digital output over USB (like a webcam).
You can capture the analog video output with a capture device (you can buy one for less than 20$ on Amazon, search for "video capture").
You also can get a low resolution stream over Wifi with the GoPro app, but not in your software (as there is no API).
IMHO, the GoPro isn't a good choice for live video processing...