You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First ensure you are using a camera that is currently supported by Open GoPro. Any other tickets will be rejected.
Component
What is the bug in?
Python SDK
Describe the bug
There is an assert in demos/python/sdk_wireless_camera_control/open_gopro/init.py that specifies Python version < 3.12. However, I found this issue + associated PR merged a few months ago that adds Python 3.12 support, I believe: #588
Does this mean we can open up the assert to go up to 3.12?
I have not done a formal test, but when I just comment out the assert, all the stuff I am doing (mostly camera configuration and webcam capture) works fine on python 3.12.
To Reproduce
Just try to import open_gopro from Python 3.12
Expected behavior
I think the code should just work normally on python 3.12? not sure
Hardware
Camera: Hero12 Black
From macOS Sequoia or Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
Component
What is the bug in?
Describe the bug
There is an assert in demos/python/sdk_wireless_camera_control/open_gopro/init.py that specifies Python version < 3.12. However, I found this issue + associated PR merged a few months ago that adds Python 3.12 support, I believe: #588
Does this mean we can open up the assert to go up to 3.12?
I have not done a formal test, but when I just comment out the assert, all the stuff I am doing (mostly camera configuration and webcam capture) works fine on python 3.12.
To Reproduce
Just try to import open_gopro from Python 3.12
Expected behavior
I think the code should just work normally on python 3.12? not sure
Hardware
The text was updated successfully, but these errors were encountered: