Questions tagged [gopro]

GoPro cameras are high-def video cameras usually used in sports and action videography.

GoPro cameras are high-def video cameras usually used in sports and action videography.

GoPro Website

97 questions
2
votes
1 answer

GoPro Hero5 livestream to desktop

I try to get a live stream from my new GoPro Hero5 to my desktop. This can be done for all the GoPro's until version 4. But the Hero5 doesn't seem to support the http://10.5.5.9:8080/live/ URL Any idea's how to do this with a GoPro Hero5?
Dider Kerckhof
  • 51
  • 1
  • 2
  • 4
2
votes
2 answers

GoPro 3 streaming links missing in live directory

So by following different instructions online, I connected laptop to GoPro 3 silver using wifi. I browsed to the URL http://10.5.5.9:8080/live/ and this is where I am supposed to see options where I could copy the URL for media streaming. But this…
Arjun
  • 431
  • 2
  • 8
  • 21
2
votes
1 answer

How to stream video in gopro HERO4 with firmware 2.0.0

For older version of firmware working this solution: Start streaming: http://10.5.5.9/gp/gpControl/execute?p1=gpStream&c1=start and download streaming data using port UDP 8554. Unfortunately this solution working only with old software version.…
Tomag
  • 101
  • 7
2
votes
0 answers

How does the GoPro pair with an iPhone?

I am trying to build an iOS application which is able to receive a live data stream from a camera and displaying the stream on the screen. The connection between the camera and the device (iPad/iPhone) should be P2P, like the GoPro connects to the…
riik
  • 4,448
  • 1
  • 12
  • 16
2
votes
1 answer

How to get files by GoPro3+ using GoPro.Hero library?

this is my scenario: I'm trying to use GoPro.Hero library(downloaded by R1pper Page on Github) in c#, but I cannot understand in which way download photos from GoProCamera.. var camera =…
SamDroid
  • 601
  • 1
  • 10
  • 28
2
votes
1 answer

Use iSerialNumber USB device descriptor to uniquely identify GoPro Camera

The field I'm interested is iSerial from the output of: lsusb -d : -v Example output of a non-unique iSerialNumber: Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 …
Boggio
  • 1,128
  • 11
  • 16
2
votes
1 answer

Go Pro Hero 3 - Streaming video over wifi

I recently acquired a Go Pro Hero 3. Its working fine but when i attempt to stream live video/audio it gitches every now and then. Initially i just used vlc to open the m3u8 file, however when that was glitchy i downloaded the android app and…
da_steve101
  • 283
  • 4
  • 16
1
vote
2 answers

I can't find Bluetooth devices using Bleak and asyncio

I am building a project using gopro camera i found that there is free API from GoPro it self, i followed the tutorial how to use BLE. so to try if everything is working i used this simple program to find bluetooth device but nothing happing it found…
MadCodex
  • 35
  • 7
1
vote
0 answers

Extracting GPS data from GoPro for each video frame

I have a GoPro video that includes GPS data in the mp4 file. Now using a Python script I want to extract every single frame of that video and save the respective GPS coordinates of each frame. I found a Python library pygpmf, which helps to extract…
Matthias
  • 9,817
  • 14
  • 66
  • 125
1
vote
0 answers

/dev/video0: Invalid argument

we are trying to connect GoPro Hero 5 black to raspberri pi-4 using HDMI to CSI2 convertor. but we are facing a problem, like whenever we try to stream using ffmpeg or any live video software we are unable to connect the device and it give the…
KPB
  • 21
  • 1
  • 2
1
vote
0 answers

What is the most effective gstreamer pipeline for streaming a GoPro Hero 8 over Wifi?

I am trying to stream a gopro hero 8 over wifi using konradIT's goprowifihack: https://github.com/KonradIT/goprowifihack. I can do this fairly well by using Mission Planner, right-clicking the HUD, Video->set Gstreamer source, and entering udpsrc…
fleather2
  • 86
  • 6
1
vote
2 answers

ffmpeg - color-grading video material AND display original source as picture-in-picture, using -filter_complex

this is my first post on this forum, so please be gentle in case I accidentally do trip over any forum rules that I would not know of yet :). I would like to apply some color-grading to underwater GoPro footage. To quicker gauge the effect of my…
raven
  • 23
  • 6
1
vote
1 answer

Unable to connect with GoPro HERO (2018)camera. I am unable to find code base which is able to connect with camera and record live stream actually

I have a GoPro HERO 2018 camera. I an developing an android application. In my application, I want to share live streaming on my android mobile. I meant to say that, whatever is happening on GoPro camera, I want to display it on my android mobile…
Rahul Patidar
  • 406
  • 3
  • 12
1
vote
1 answer

Copy images with EXIF(time) to new destination from several directories

I have a problem, below is my root tree: In my root I have that: ---dir1---sub1(images exif time 10:05:05 to 10:09:55) ---sub2(images exif time 10:11:15 to 10:15:42) ---sub3(images exif time 10:22:15 to 10:24:41) …
user9046520
1
vote
0 answers

GoPro with Android dev with official WSDK runtime exception

I want to access a GoPro Hero 4 silver with the official GoPro WSDK but get an runtime exception when I try to access it with getMediaGateway(). I'm new in android development and in the GoPro developer documention I read that you have to do this in…