User Tools

Site Tools


yair:linescan

Table of Contents

line scan

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)

todo

  • an intervalometer - Automatic exposure control for IDS uEye cameras

tami_2025-fps650-goo02a.jpg

xeviar

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

upgrades

yair/linescan.txt · Last modified: by yair