-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoPro 9. Disconnect on capture via USB #184
Comments
Downgraded to 1.21 |
Hey, Did you ever figure this out? I'm getting the same error. Thanks, Joe |
@gritzandgravy0 @skit4214 resurfacing this - you two have any luck here? |
@dyldata unfortunately I have not. I have just moved on with my project by taking the photo, letting it disconnect, letting the camera reconnect, then download the photo. Seems to work, but it's kind of klugy and slow. |
@dyldata no, i was reading many materials about this problem and it's not real do for GoPro9 by software. If necessary only for remote capture control GoPro9 i found only one way - disassemble the device and add device (like arudino) in chain. It will lock and unlock capture button. In result i skipped GoPro9 and make software with other camera ( |
I also came across this error a while ago and for capturing videos through a script, I have to manually stop the recording to allow it to reconnect to the computer. There seems to be a (costly) solution to the problem, since in this paper they use a GoPro Hero9 for capturing videos with a script. They describe in this document that they use the GoPro Media Mod to connect it to a Elgato HD60 X Capture Card. This way one does not have to directly interact with the GoPro but can work with the capture card interface instead. I did not try this out yet, but if I ever will, I will post updates. |
Hi
Trying to capture photo/video with GoPro 9 Black, connected via USB.
When start capture command gopro.shoot_video(10) or gopro.take_photo() camera disconnect from PC (USB switch off Windows sound) and reconnect after process. In take_photo case it reconnected after photo captured. In shoot_video it reconnect only after click capture button on camera and finish video recording
With WiFi behavior is the same. For video it start recording and can't finish by commands but without errors in log
With gopro.downloadLastMedia() disconnect not happens and all is ok
Code for USB connection:
Log (same for photo and video):
Tried with commands in browse with video:
Versions:
GoPro 9 Black downgraded to 1.22
Goprocam-4.2.0
Windows 10
The text was updated successfully, but these errors were encountered: