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

Connect GoPro Hero5 Session to raspberry pi

I am doing project using raspberry pi 3 model B. For the video capture I have decided to use GoPro Hero5 Session camera. But now I can not find a way to get the input video from it to raspberry pi. My code is working for other USB cameras. I tried…
iuhettiarachchi
  • 431
  • 1
  • 9
  • 24
0
votes
2 answers

Detaching a child process to continue executing a program

I am trying to make a little script in python to stream from a gopro to PC from selenium import webdriver from subprocess import call import subprocess, sys import time import urllib import urllib2 pid = subprocess.Popen([sys.executable,…
0
votes
0 answers

GoPro/Powershell: Protocol violation when trying to read .json status file

I try to read the status file of a GoPro Hero5. If you type "http://10.5.5.9/gp/gpcontrol/status" while connected to the GoPro-Wifi the camera responds with a json status file. I want to get this status file with powershell, with the…
hen-ling
  • 1
  • 1
  • 2
0
votes
1 answer

GoPro milliseconds accuracy for creation time

I have a GoPro Hero3 camera. When I read out the creation time (for example with ffprobe) I only get accuracy to seconds (i.e. the milliseconds are rounded). Is there a possibility to get milliseconds accuracy for the creation time of the video or…
machinery
  • 5,972
  • 12
  • 67
  • 118
0
votes
1 answer

connect/pair gopro Hero 4 camera using python

I am trying to use the python library for the GoPro API and I am new to this. I searched everywhere online and all posts seem to assume your camera is already paired with the computer. How do I connect my GoPro camera to the computer (wifi, USB?) so…
0
votes
1 answer

label appears from the GoPro SDK dependency

I have a string resource for an application label: My application My AndroidManifest.xml is classical:
Oleg Sokolov
  • 1,134
  • 1
  • 12
  • 19
0
votes
1 answer

Save image from Elgato Game Capture using DirectShow

Im using a Elgato Game Capture HD60 to live prewview a GoPro Hero 5 in my application. Now i want to save the stream as a JPG in my folder. But i cant find out how to. To bind the pin DsROTEntry rot; //Used for remotely connecting to graph …
0
votes
1 answer

FFMPEG - Streaming GoPro4 to RSTP

Greeting! I'm planning to capture a realtime streaming video from GoPro4 and load it into TouchDesigner in order to use this footage in a projection mapping project. So far I was able to play GoPro4 stream using ffplay doing as follows: 1. Host…
Winged
  • 261
  • 2
  • 4
  • 11
0
votes
0 answers

Burst, Time-Lapse Photo SD-Card File Differences | Import Script | GoPro

i want to write a custom import script to import my files from the sd-card. I found the File Naming Conventions. Thats helps a lot, but i can't find any difference between Burst Photos and Time-Lapse Photos. I try to find any difference with…
ManAnRuck
  • 234
  • 2
  • 10
0
votes
1 answer

Displaying 180 degree stereoscopic video instead of 360?

My VR-researcher friend asked me to develop a simple android (and eventually iOS) app for google cardboard that displays her 180 degree video. She stitched it together from her gopro 3 hero rig, and it's in a quite unusual projection I believe. I've…
yes
  • 177
  • 9
0
votes
1 answer

How to avoid timed out connection to GoPro camera

I'm using a batch file on a Windows Vista PC to control and download media from a GoPro Hero 3+ Black camera. Thanks to the WiFi hacking ingenuity of https://github.com/KonradIT/goprowifihack, you can curl URLs to tell the camera to start and stop…
CephBirk
  • 6,422
  • 5
  • 56
  • 74
0
votes
1 answer

OpenCV: GoPro video editing blur

I am attempting to post-process a video in OpenCV. The problem is that the GoPro video is very blurry, even with a high frame rate. Is there any way that I can remove blur? I've heard about deinterlacing, but don't know if this applies to a GoPro…
P3d0r
  • 1,039
  • 3
  • 12
  • 20
0
votes
1 answer

How to stream video in iOS app from GoPro HERO4?

How to stream video in iOS app from GoPro HERO4? I am able to steam using GoPro HERO3. I have tried several ways but failed to stream.
-1
votes
1 answer

ffmpeg: simultaneously overlaying and concatenating files

I have a python program that is generating a stream of images to overlay on top of an MP4 file. This is working great. I pipe the image data from python to ffmpeg, and it overlays it on top of the video. I generate the images at a different…
time4tea
  • 2,169
  • 3
  • 16
  • 21
-1
votes
1 answer

Gopro-py-api (KonradIT) - night exposition

Dear Python programmers here, can someone advises, which command use for a night shot - with long exposure. I suppose something with gpControlSet before goproCamera.take_photo(1) - I have gopro7. Daily photos and video without a…