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.
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,362 times
Last updated: Apr 01 '15
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...