This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| yair:linescan [2025/11/17 09:52] – yair | yair:linescan [2025/11/26 15:56] (current) – yair | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * capture https:// | * capture https:// | ||
| * the processor+server https:// | * the processor+server https:// | ||
| + | * camera mount plates https:// | ||
| + | |||
| + | 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 7500fps camera (some industrial cameras, like the IDS ueye 3080 allow for much higher fps if you choose subset of the sensor) | ||
| Line 12: | Line 19: | ||
| {{: | {{: | ||
| - | === upgrades === | + | |
| + | ==== xeviar ==== | ||
| + | as our xeviar is old, it can only consume 5.1 jetpack. to install from a modern disrto. | ||
| + | dl the [[https:// | ||
| + | |||
| + | **note:** you must run as '' | ||
| + | < | ||
| + | docker run -it \ | ||
| + | --privileged \ | ||
| + | -v / | ||
| + | -v /dev:/dev \ | ||
| + | -v / | ||
| + | --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 | ||
| https:// | https:// | ||
| {{: | {{: | ||