Python start and stop a video on demand #910
Unanswered
acheesehead
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have two scripts in Python. One to start a video and another to stop the video. I tried splitting demos/video.py into two pieces. One that starts the video and that's it. It does start recording. The stop video is the last part of video.py that disables the shutter and downloads the file. That does not work. It just loops giving a status. I believe it cannot instantiate the gopro object.
Here is status message.
INFO 13:09:05.052 gopro_base.py:382
<<<<<<<<--------------
"id" : "Camera State",
"protocol" : "Protocol.HTTP",
"endpoint" : "gopro/camera/state",
<<<<<<<<--------------
Beta Was this translation helpful? Give feedback.
All reactions