Ask Your Question
0

Android OpenCV take frame from GoPro

asked 2017-07-16 03:52:48 -0600

chrichri gravatar image

Hello!

I have developed an Android App that take frames from opencv.android.JavaCameraView and processes them through the onCameraFrame method. Now I have a problem. I need to take the frames from a GoPro so that I can processes them.

How can I do to take the frames from a GoPro and processes them with the onCameraFrame method?

Thank You Very Much!!

Best Regards!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-07-16 14:19:42 -0600

kbarni gravatar image

GoPro doesn't use the standard camera communication interfaces (you can see that it won't appear in the My Computer as a camera device). So no direct access from Java, OpenCV or other library.

You must apply for a GoPro developer license here: https://developer.gopro.com/info

They have an android toolkit to access the camera.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-16 03:52:48 -0600

Seen: 200 times

Last updated: Jul 16 '17