Konrad Iturbe

Results 481 comments of Konrad Iturbe

Hey @singha24 , try again with the new code.

That's strange. What are your script configs?

Hi, you're going to run into trouble sooner or later with most GoPros if you plan to have the camera always shooting. For a issue-proof setup, I'd use the Hero7/8/9...

I do have a MAX, which uses similar software, will see if it has audio. (if you do want to send me a Hero8, go ahead :D)

I've checked the MAX and it has audio stream as well. Can listen to it via MPV. Will try to dump audio and video to a file.

GoPro cameras have timelapse feature, so you can do something like: ```python from goprocam import GoProCamera, constants gopro = GoProCamera.GoPro() def start(): gopro.gpControlSet(constants.Multishot.TIMELAPSE_INTERVAL, constants.Multishot.TimeLapseInterval.I5) gopro.mode(constants.Mode.MultiShotMode, constants.Mode.SubMode.MultiShot.TimeLapse) gopro.shutter(constants.start) def stop(): gopro.shutter(constants.stop)...

Actually yeah, checkout: http://github.com/konradit/gopro-ble-py

is your password "password"? then is should work. try to ping 10.5.5.9

I was attempting this yesterday as well! What is your log for ffmpeg -re -i udp://10.5.5.9:8554 -map 0:v -f v4l2 /dev/video1? Mine could not stream to /dev/video0 because of the...