Created
July 16, 2019 09:02
-
-
Save truh/ab909ae82ebf97c77d8564795437695c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb \ | |
moonvision/moonbox:vendor-tag \ | |
python -c "from harvesters.core import Harvester; \ | |
h = Harvester(); \ | |
h.add_cti_file('/opt/pylon5/lib64/gentlproducer/gtl/ProducerU3V-1.4.0.cti'); \ | |
h.update_device_info_list(); \ | |
print('Devices: ', h.device_info_list)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment