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
1
vote
0 answers

goProCamera.getName() is deprecated

I use the GoPro Android SDK v2.2.1 I am trying to get the camera name after the video ends, but the method goProCamera.getName() is deprecated and I can't find any alternative for it. Which method is replacing it?
Maor Hadad
  • 1,850
  • 21
  • 36
1
vote
1 answer

How to get GoPro HiLight tag in mp4 video in Android or Java

I manually added tags to mp4 video using GoPro - Quik. According to Chriki answer on superuser and GoProInfo.cpp HiLight tags are stored in box type HMMT in milliseconds of mp4 video. Path = `moov\udta\HMMT` But I didn't found any tag milliseconds…
Qamar
  • 4,959
  • 1
  • 30
  • 49
1
vote
1 answer

Stop GoPro using button press via herobus

I believe the Hero bus pins are: Pin3 - GPIO 127 Pin4 - GPIO 2 Pin16 - GPIO 22 Pin17 - GPIO 19 Pin18 - GPIO 124 Pin19 - GPIO 129 (ID1) Pin20 - GPIO 125 (ID2) Pin22 - GPIO 136 (ID4) Pin28 - GPIO 36 Pin29 - GPIO 37 Using these pins I want to connect…
Weasel
  • 111
  • 1
1
vote
1 answer

ffmpeg specify stream by handler_name

I've got a file with these streams Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 45315 kb/s, 59.94 fps, 59.94 tbr, 60k tbn, 119.88 tbc (default) Metadata: creation_time :…
Kajuna
  • 449
  • 5
  • 20
1
vote
1 answer

Create my own GoPro live stream

I am wondering if it's possible to stream from latests GoPro cameras throught mobile data. I already have my own server and my own website, and I want to create a streaming page like this : Buy a GoPro which handle wifi connection Share my mobile…
M. Ozn
  • 1,018
  • 1
  • 19
  • 42
1
vote
1 answer

GroPro Live Preview on Android

I am working on a project and I need to show a live preview from GoPro Hero4 on web. Does anyone know how to do this? I know that GoPro feeds work in their own network with the address: http://10.5.5.9:8080/gp/gpControl/ But I cannot find how to…
Tadeo Zamora
  • 21
  • 2
  • 6
1
vote
0 answers

Facebook Live API with mobile and third party cameras

as Facebook iOS app only support device cameras for live streaming, I've started to develop an app for my GoPro camera. The problem is that I would like to switch live stream between my GoPro and iPhone cameras, but Facebook Live API states, that it…
Juoduk
  • 11
  • 1
1
vote
3 answers

How to use external HD video camera as input for a Visual Studio, OpenCV project?

I am doing a project regarding image processing and multiple person counting and was wondering, how exactly can I plug my ION AIR PRO PLUS video recording device (similar to a goPro), and use it as my 'webcam'? Basically, I want to plug it in and…
Peter Turner
  • 335
  • 1
  • 4
  • 17
1
vote
1 answer

Connect multiple devices in GoPro network

I developed a simple proof of concept app to connect to my GoPro Hero 3+ and control it remotely. The app is working fine and from my Moto G I can power on, power off, start recording, etc. Now, I have a problem. This is my scenario: I have a…
Flávio Schuindt
  • 403
  • 1
  • 7
  • 15
1
vote
1 answer

Error reading a 4k (4kUHD) video in MATLAB 2014b in Windows 7

I try to read a 4k video in Matlab. I use the next code: vision.VideoFileReader('my_file.mp4', ... 'ImageColorSpace', 'RGB', ... 'VideoOutputDataType', 'uint8'); The video file is obtained…
1
vote
0 answers

Video stream freezes after changing aspect ratio or orientation of the stream

I am developing an Android application, where I want to be able to stream live picture from the GoPro camera. I am able to stream what the GoPro sees, but when I send a command to GoPro to change the aspect ratio of the stream or to flip the stream…
Silex
  • 2,583
  • 3
  • 35
  • 59
1
vote
1 answer

curl: (18) transfer closed with 2 bytes remaining to read

I used the commands GOPro staff sent me 6 months ago to take pictures/video using the Gopro Hero3 via terminal ( on Gopro Network). It worked. However, I've been trying to do this again in the past month and the following error keeps showing…
user3794557
  • 11
  • 1
  • 3
1
vote
2 answers

XMLHttpRequest does not work in a Chrome app

I am new to XMLHttpRequest and JavaScript and all this stuff. I made a gopro WiFi app to control gopro cameras with XMLHttpRequest, but it does not work with the packaged Chrome app, it works with the HTML file in Chrome. Source Any ideas?
1
vote
1 answer

Anyone know application to archive GoPro, MP4 and MOV movie material

I have a lot of movie material, because i have a GoPro camera. This is in the MOV format. I want an application that can spot the material and archive what is in it and based on this log make searches and export to e.g. Avid, Final Cut Pro and even…
real_yggdrasil
  • 1,213
  • 4
  • 14
  • 27
0
votes
1 answer

Apple AVKit AVAsset tracks method does not see all tracks in GoPro .mp4 files

I'm trying to read the GPS data from a GoPro camera, and the "tracks" method on AVAsset only lists three tracks, while there are actually five, according to ffmpeg. What can I do to see all the tracks? I'm particularly interested in the GPMF track…
Steve Mykytyn
  • 73
  • 2
  • 7