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
3
votes
1 answer

connect to gopro through USB with opengopro

The docs shows how to get the socket address but how can it be used? It feels like the docs left me hanging. The steps are to connect it via USB, then "Send HTTP command to enable wired USB control"?? I am trying to use the gopro as a webcam via USB…
B Food
  • 115
  • 2
  • 10
3
votes
1 answer

ffmpeg h264 stream decoding artefacts

I am trying to decode a live h264 video stream from a GoPro camera (http://www.gopro.com) using the ffmpeg libraries (libavcodec, ...). The problem is that the decoded video stream contains artifacts. For testing purposes I tried to decode the same…
Hyndrix
  • 4,282
  • 7
  • 41
  • 82
3
votes
0 answers

Any solution for ffplay in Android?

I'm trying to add GoPro (Hero) inside my app and I wanted to have live streaming to make my solution complete. Thanks to KonradIT who was committed to this task, I found most of what i need there. Anyway, my main concern is about live streaming. He…
ALirezaSO
  • 49
  • 11
3
votes
0 answers

Wake up a GoPro from sleep mode

for a project I need to control a GoPro from a mobile application made with Ionic. I have done the start / stop recording part. But the problem is that the Gopro always goes on a "sleep mode", and I need to press a button to wake up the GoPro. I saw…
3
votes
0 answers

Streaming from gopro to android

I'm try to send the video stream from gopro to android. I connect and manage the gopro via http thanks to guide of KonradIt https://github.com/KonradIT/goprowifihack With ffmpeg android library we managed the…
3
votes
0 answers

How can I save the raw video data from a Go Pro?

I've signed up to the Go Pro Developer program and set up the camera so that I can receive raw data. Ultimately I want to serve this data in a live stream via HLS. The app currently creates a .m3u8 file and chunks the data I'm receiving into new .ts…
James Webster
  • 31,873
  • 11
  • 70
  • 114
3
votes
1 answer

Take pictures/video with my goPro from the command line

I'm looking for a way to capture pictures or video from my entry-level GoPro using the command line and with the camera connected via USB. There're lots tutorials of how to do it with the goPros that have Wi-Fi. Is there any way to do it like we do…
Carlos Vega
  • 1,341
  • 2
  • 13
  • 35
3
votes
1 answer

How to get the time stamp of each frame of a GoPro video in MATLAB?

I'm trying to do post-processing on a video from GoPro using MATLAB 2015a. I need to get the timestamp from each frame of the video so that I can use it to make comparisons with another set of data that also uses timestamps. So the two timestamps…
Kaya311
  • 545
  • 2
  • 9
  • 21
3
votes
1 answer

Access GoPro camera on the command line (Linux)

I can access my GoPro camera via the GUI when it's plugged in to my Fedora laptop - it appears as StillImage (under Devices), but I don't seem to be able to access it via the command line. Pressing CTRL+L gives the location as…
user2417713
  • 167
  • 2
  • 15
3
votes
1 answer

Set capybara default_wait_time to a function

I made a function called wait_for_page load, and I am trying to set the default_wait_time to this function. I get an undefined variable error: undefined local variable or method `page' for main:Object (NameError) I also included the file into the…
tSebastian
  • 79
  • 2
  • 8
3
votes
0 answers

request gopro clock wifi

I want to retrieve or set the value of the (unsynced) clock of my goprohero 3 silver edition programmatically through wifi. It runs a linux kernel It runs a cherokee web server available at 10.5.5.9. It can be ordered to do something like switch…
user2704438
  • 321
  • 3
  • 10
2
votes
1 answer

(OpenCV with Python) Undesired autorotation behaviour when using VideoCapture(1) / External webcam

I am trying to display my Webcam's (a GoPro 8) video onto the computer with OpenCV, but I do not want the autorotation feature -- by that I mean when I shift from holding the GoPro from landscape to portrait (say rotated 90degree), I want the…
2
votes
1 answer

Trying to convert Go Pro GYRO Data to rotation in Three.js

I'm trying to convert Go Pro gyro data to Three.js coordinates so that I can project the footage onto the inside of a sphere, rotate the sphere and have 3D stabilisation. The camera is orientated as such, and the order of the coordinates is…
beek
  • 3,522
  • 8
  • 33
  • 86
2
votes
1 answer

Wireless camera for Convolutional Neural Networks

Soon i will start working on a project that requires me to classify different objects using CNN (Convolutional Neural Networks) and track it using a drone. The camera i need should stream live video on FHD at @60. I searched a lot especially the go…
2
votes
1 answer

Playing h265 HEVC in a JavaFX client

I had a small JavaFX application to play some GoPro videos on a Windows / Linux client. In the past I had using a GoPro 4. I've downloaded the video to the client and play it from the local storage. Like this: File file = new…
Arthur S.
  • 482
  • 2
  • 8
  • 25