User Tools

Site Tools


yair:linescan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
yair:linescan [2025/11/17 09:54] yairyair:linescan [2025/11/26 15:56] (current) yair
Line 4: Line 4:
   * capture https://git.telavivmakers.space/tami/gst-plugin-linescan   * capture https://git.telavivmakers.space/tami/gst-plugin-linescan
   * the processor+server https://git.telavivmakers.space/tami/llinescan   * the processor+server https://git.telavivmakers.space/tami/llinescan
 +  * camera mount plates https://git.telavivmakers.space/yair/ids_mount/releases
  
 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) 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 ===== ==== todo =====
Line 17: Line 20:
  
  
 +==== xeviar ====
 +as our xeviar is old, it can only consume 5.1 jetpack. to install from a modern disrto. 
 +dl the [[https://docs.nvidia.com/sdk-manager/docker-containers/index.html|docker]] image for ''ubuntu 20.0.4'' (you can find it in ''devdesk.lan'')
 +
 +**note:** you must run as ''--privilged'' to have usb connection
 +<code>
 +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
 +</code>
  
 ==== upgrades ==== ==== upgrades ====
yair/linescan.1763373252.txt.gz · Last modified: by yair