From f5202203af2cdc03dfc3f49bccc333984f898ba3 Mon Sep 17 00:00:00 2001 From: yair Date: Tue, 18 Nov 2025 19:03:42 +0200 Subject: [PATCH] launcher --- launch_linescan.ps1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 launch_linescan.ps1 diff --git a/launch_linescan.ps1 b/launch_linescan.ps1 new file mode 100644 index 0000000..4c9b93b --- /dev/null +++ b/launch_linescan.ps1 @@ -0,0 +1,18 @@ +# Pipeline with tee to display and save frames on rollover +# Run from workspace root: c:\dev\gst-plugins-vision +# Or adjust the config-file path below + +$env:GST_DEBUG="linescan:5" + +# Note: Run this from the workspace root (c:\dev\gst-plugins-vision) +# If running from gst/linescan/, use: config-file=../../ini/roi-night.ini +uv run .\scripts\launch-ids.py ` + --config .\ini\2456x4pix-500top-cw-extragain.ini ` + --device-id 1 ` + --framerate 750 ` + --gain 0 ` + --gain-boost ` + --exposure 0.04 ` + --host 10.81.2.183 ` + --port 5000 ` + --control-port 5001 \ No newline at end of file