User Tools

Site Tools


yair:linescan

Differences

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

Link to this comparison view

Next revision
Previous revision
yair:linescan [2025/11/07 15:51] – created yairyair:linescan [2025/11/26 15:56] (current) yair
Line 1: Line 1:
-https://github.com/5shekel/llinescan+====== line scan ====== 
 +**live server** - https://linescan.tami.sh 
 + 
 +  * capture https://git.telavivmakers.space/tami/gst-plugin-linescan 
 +  * 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) 
 + 
 + 
 + 
 +==== todo ===== 
 +  * an intervalometer - Automatic exposure control for IDS uEye cameras
  
-the trick is having a 500fps camera (some industrial cameras allow for much higher fps if you choose subset of sensor) 
  
  
Line 8: Line 19:
 {{:yair:pasted:20251027-141054.png?x200}} {{:yair:pasted:20251027-141054.png?x200}}
  
-=== upgrades ===+ 
 +==== 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 ====
 https://www.ivsimaging.com/Products/Cameras/Basler-ruL2048-19gm-Machine-Vision-Line-Scan-GigE-2048pixels-187-kHz-mono\\  https://www.ivsimaging.com/Products/Cameras/Basler-ruL2048-19gm-Machine-Vision-Line-Scan-GigE-2048pixels-187-kHz-mono\\ 
 {{:yair:pasted:20251106-015534.png?300x}} {{:yair:pasted:20251106-015534.png?300x}}
  
  
yair/linescan.1762530668.txt.gz · Last modified: by yair