-3

I want to use camera for development. Camera's model is GoPro hero 5.

But I can't find the way to get image data using GoPro.

Everyone use livestreaming using Wifi.

I want to get real-time raw image data using USB

How can I get the data?

Thanks


Connect USB to handle image in real-time -> Gopro's USB is only to charge

The only method offered by Gopro is the RTSP connection via the WIFI connection

최민수
  • 43
  • 1
  • 5

1 Answers1

0

What do you mean raw data? You could use HDMI or the MTP mount point of the HERO5 to get images

konraditurbe
  • 165
  • 9
  • raw image data like mat to use image processing. I already success by using libvlc and I get the real-time image data. – 최민수 May 23 '17 at 01:45