Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 476 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 476 Bytes

XIMEA Driver

Install XIMEA SDK:

./tools/install_sdk.sh

Build driver:

./build.sh

Run driver:

ros2 launch ximea_driver ximea_driver.launch.py

USB Buffer Size

If you encounter error code 13 during acquisition, you may need to increase the USB buffer size. You can do this with the following command:

sudo tee /sys/module/usbcore/parameters/usbfs_memory_mb >/dev/null <<<0

You can run this automatically by adding it to /etc/rc.local.