Skip to content
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

Increase BANDWIDTHOVERLOAD on RPI's to 100% #330

Open
Physarah opened this issue Jan 21, 2021 · 3 comments
Open

Increase BANDWIDTHOVERLOAD on RPI's to 100% #330

Physarah opened this issue Jan 21, 2021 · 3 comments
Assignees
Labels

Comments

@Physarah
Copy link
Contributor

Physarah commented Jan 21, 2021

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)
@Physarah
Copy link
Contributor Author

I wonder if this should be a PR to huntsman-pocs, or pocs itself?

@danjampro
Copy link
Contributor

I think we should be able to configure this using the config. I wonder if decreasing it to ~20% may also help. Either way, worth an experiment.

@danjampro
Copy link
Contributor

See panoptes/POCS#1071

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants