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
Currently all cameras have data transfer speed throttled back to 40% (and it resets every time the camera is power-cycled from jetson experiments). Lets try to increase this to 100% and see what happens?
Do this with something like:
camera = ASICamera(library_path='/home/nvidia/Tests/ASI_linux_mac_SDK_V1.16.3/lib/armv8/libASICamera2.so'
camera.set_control_value(0,'BANDWIDTHOVERLOAD', 100)
The text was updated successfully, but these errors were encountered:
Currently all cameras have data transfer speed throttled back to 40% (and it resets every time the camera is power-cycled from jetson experiments). Lets try to increase this to 100% and see what happens?
Do this with something like:
The text was updated successfully, but these errors were encountered: