566 Commits

Author SHA1 Message Date
yair
581d0ce7ae go test (no udp limit) 2025-11-14 18:03:35 +02:00
yair
76626278ca rolling optimize 2025-11-14 18:03:15 +02:00
yair
64e4803df3 add stats for drops 2025-11-14 17:27:19 +02:00
yair
4856248bc5 with netwrok 2025-11-14 17:17:02 +02:00
yair
e58e2319a3 dot stuff 2025-11-14 17:11:18 +02:00
yair
4d35d16c72 udp 2025-11-14 17:00:20 +02:00
yair
2699913e92 rolling 2025-11-14 16:29:31 +02:00
yair
72e7091c61 rolling 2025-11-14 16:18:27 +02:00
yair
94f7c04dc6 Fix recv_raw_column.py height mismatch and update script paths in docs
- Fixed HEIGHT from 480 to 640 to match actual videotestsrc output
- Added DEBUG flag to control debug output visibility
- Added cv2.namedWindow() for proper window initialization
- Updated all Python script references in markdown files to scripts/ folder
- Updated network_guide.md with correct frame dimensions and Python receiver option
2025-11-14 15:33:17 +02:00
yair
ee4fd76e13 rem unused lic 2025-11-14 15:01:03 +02:00
yair
1c7ca124b1 del 2025-11-14 15:00:05 +02:00
yair
cb1e5c7607 docs: convert bash commands to PowerShell and merge ROLLINGSUM docs
- Updated all commands in README.md and ROLLINGSUM_GUIDE.md to use PowerShell syntax
- Changed line continuation from backslash (\) to backtick ()
- Updated environment variable syntax to PowerShell format ()
- Merged DESIGN_ROLLINGSUM.md into ROLLINGSUM_GUIDE.md for comprehensive documentation
- Combined user guide with technical design details in single document
- Added table of contents and improved organization
2025-11-14 14:58:39 +02:00
yair
d0467aaf65 converted cli to pwsh 2025-11-14 14:55:05 +02:00
yair
44083222ee refactor: Output analysis results to results/debug directory
- Update analyze_sma.py to save files to results/debug/
- Add timestamp to archived CSV and plot files
- Update .gitignore to exclude results/ directory
- Update ROLLINGSUM_GUIDE.md with new output locations
2025-11-14 14:34:58 +02:00
yair
c783de425a feat: Add CSV logging and analysis tools for rollingsum plugin
- Add csv-file property to log frame statistics
- Create analyze_sma.py for automated CSV analysis with visualizations
- Add comprehensive ROLLINGSUM_GUIDE.md documentation
- Include debugging guide and threshold recommendations
- Uses uv for Python dependency management
2025-11-14 14:21:40 +02:00
yair
ab242739f9 fixed exposure missing 2025-11-14 12:33:04 +02:00
yair
32a0674b6c Unify build process with PowerShell script and update documentation
- Created build.ps1 to merge batch files with auto-copy to GST_PLUGIN_PATH
- Updated README.md to focus on IDS uEye and rollingsum plugins only
- Removed outdated batch files (build_idsueye_only.bat, build_idsueye_and_rollingsum.bat)
- Removed unused build files (set_paths_and_run_cmake.bat, CMakeLists_idsueye_only.txt)
- Updated .gitignore for build artifacts and plugin directory
2025-11-14 11:30:10 +02:00
yair
69dcea025e Add rollingsum filter for frame analysis based on column mean deviation
- Implements GStreamer element that analyzes pixel columns
- Drops frames when column mean deviates from rolling baseline
- Configurable window size, column index, stride, and threshold
- Includes design documentation and build script
- Tested successfully with IDS uEye camera source
2025-11-14 03:44:54 +02:00
yair
15871ea9fb
Update msbuild.yml 2023-04-26 22:52:23 +03:00
yair
b953478223
Update msbuild.yml 2023-04-26 22:51:04 +03:00
yair
df05002010
Update msbuild.yml 2023-04-26 22:50:15 +03:00
yair
6f48029c63
Merge branch 'joshdoe:master' into master 2023-04-26 22:45:27 +03:00
Joshua M. Doe
8a5478b344 niimaqdxsrc: show more verbose errors to applications 2022-02-25 10:55:00 -05:00
Joshua M. Doe
2beabedaa2 idsueyesrc: fix CMake build with default path
Before, Pleora would only be found if Pleora_DIR was specified
2022-02-25 10:55:00 -05:00
Joshua M. Doe
4836d595ce idsueyesrc: properly close camera handle if there's an error during opening and configuring 2022-02-25 10:55:00 -05:00
Joshua M. Doe
619ce5f132 niimaqdxsrc: add some non standard pixel format names 2022-02-25 10:55:00 -05:00
Joshua M. Doe
fec3ce5308 kayasrc: sync clock every second and use better clock
g_get_real_time() on Windows sometimes gives millisecond resolution.
Also grabbing framegrabber timestamp takes a non-insignificant amount of time,
so do it every second.
2022-02-25 10:55:00 -05:00
Joshua M. Doe
ac4a7b29e3 gentlsrc: add device-user-id property
This will search across all interfaces.
2022-02-25 10:55:00 -05:00
Joshua M. Doe
f3020dbf82 matroxsrc: show MIL error when failing to allocate digitizer 2022-02-25 10:55:00 -05:00
Joshua M. Doe
1bab9b907b gentlsrc: fix bug where two devices wouldn't be found on the same interface 2022-02-25 10:55:00 -05:00
Joshua M. Doe
260c09b1be gentlsrc: only send valid image data in case payload size has padding 2022-02-25 10:55:00 -05:00
Joshua M. Doe
ddae5b5105 gentlsrc: add Mono16, BayerGR16, BayerRG16 2022-02-25 10:55:00 -05:00
Joshua M. Doe
6c5cbad0ad gentlsrc: add support for FLIR Spinnaker cameras
This also required changing how we read values, as FLIR uses little
endian. Timestamps are handled differently as well.

We're even more overdue for moving to properly parse the XML, just a
matter of if we'll use the GenApi reference implementation or something
else like Aravis.
2022-02-25 10:55:00 -05:00
Joshua M. Doe
ddf2f6857e gentlsrc: check first for timestamp in nanoseconds
Then fallback to timestamp in ticks if needed.
2022-02-25 10:54:59 -05:00
Thor Tomasarson
6f84e34a1f pylonsrc: reduce repeated parameter writes 2022-02-25 10:14:28 -05:00
Thor Tomasarson
c64f9dda31 pylonsrc: the testimagesource should only be set if explicitly configured 2022-02-25 10:14:28 -05:00
Thor Tomasarson
ee440aa927 pylonsrc: add in the testimagesource parameter to allow for custom image source 2022-02-25 10:14:28 -05:00
Thor Tomasarson
8900eeb73c pylonsrc: the emulator does not have a DeviceSerialNumber 2022-02-25 10:14:28 -05:00
Thor Tomasarson
07f8711774 pylonsrc: log error codes as hexadecimal for clarity 2022-02-25 10:14:28 -05:00
Gene VanMeter
51c90158dd Fixes find_path for Pleora_LIBRARY_DIR on Windows 2022-02-25 10:13:43 -05:00
AASanchezA
ba36bf6a38 bugfix: fix linux compilation for method g_utf8_to_ucs4 for gstidsueyesrc 2022-02-25 10:08:20 -05:00
Thies Möller
1417f0d330 gst-pylonsrc: add MaxTransferSize for USB3Vison devices
increasing MaxTransferSize allows to lower the system overhead
to receive video data in case of larger images
2022-01-25 09:14:51 -05:00
yair
2866ff3e43
Update msbuild.yml 2021-12-25 19:43:43 +02:00
yair
23a196ef82
Update msbuild.yml 2021-12-25 16:21:36 +02:00
yair
8041f54033
Update msbuild.yml 2021-12-25 16:20:24 +02:00
yair
870a4ed5de
Update msbuild.yml 2021-12-25 16:13:18 +02:00
yair
f2d287d26b
Update msbuild.yml 2021-12-25 16:09:47 +02:00
yair
be5ccb425c
Update msbuild.yml 2021-12-25 15:46:02 +02:00
yair
a13e6a15fc
Update msbuild.yml 2021-12-25 15:40:33 +02:00
yair
54f0196fe7
Update msbuild.yml 2021-12-25 15:39:26 +02:00