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
I am using the ZT30 camera and connecting it to an Ubuntu machine. I am searching for an SDK for this camera. This GitHub repository works for this camera.
Yesterday, I tried to test the code with the ZT30 in the test_gimbal_rotation.py file, but I don't think it is compatible with this camera. The code results in a 360-degree rotation in both clockwise and counterclockwise directions. Even after changing the rotation values, it still didn't work.
Please suggest any source code for the ZT30 camera.
Thanks!
The text was updated successfully, but these errors were encountered:
the test_gimbal_rotation.py script was an old implementation ( I should remove it) before the SDK offered an option to set angles. It only supported angular speed at that time. So, I implemented a proportional controller. Recent camera firmware should have support direct angle setpoints. So, please try the new script test_set_angles.py
Hi,
I am using the ZT30 camera and connecting it to an Ubuntu machine. I am searching for an SDK for this camera. This GitHub repository works for this camera.
Yesterday, I tried to test the code with the ZT30 in the test_gimbal_rotation.py file, but I don't think it is compatible with this camera. The code results in a 360-degree rotation in both clockwise and counterclockwise directions. Even after changing the rotation values, it still didn't work.
Please suggest any source code for the ZT30 camera.
Thanks!
The text was updated successfully, but these errors were encountered: