live server - https://linescan.tami.sh
the trick is having a 750fps camera (some industrial cameras, like the IDS ueye 3080 allow for much higher fps if you choose subset of the sensor)
as our xeviar is old, it can only consume 5.1 jetpack. to install from a modern disrto.
dl the docker image for ubuntu 20.0.4 (you can find it in devdesk.lan)
note: you must run as –privilged to have usb connection
docker run -it \ --privileged \ -v /dev/bus/usb:/dev/bus/usb/ \ -v /dev:/dev \ -v /media/$USER:/media/nvidia:slave \ --name sdkmanager \ --network host \ sdkmanager --cli \ --action install \ --login-type devzone \ --product Jetson \ --target-os Linux \ --version 5.1.5 \ --target JETSON_AGX_XAVIER_TARGETS \ --flash all \ --license accept \ --stay-logged-in true \ --collect-usage-data false \ --exit-on-finish