Ask Your Question
0

VideoCapture with GoPro Hero3

asked 2015-04-01 08:08:59 -0600

sfrantoni gravatar image

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.

edit retag flag offensive close merge delete

Comments

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...

kbarni gravatar imagekbarni ( 2015-04-01 09:47:38 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-04-02 03:46:18 -0600

sfrantoni gravatar image

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");

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-01 08:08:59 -0600

Seen: 4,179 times

Last updated: Apr 01 '15