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
This commit is contained in:
yair
2025-11-14 11:30:10 +02:00
parent 69dcea025e
commit 32a0674b6c
8 changed files with 390 additions and 579 deletions

2
.gitignore vendored
View File

@@ -35,3 +35,5 @@ _ReSharper*/
*.sdf
*.opensdf
ipch/
gst_plugs/libgstidsueye.dll
gst_plugs/libgstrollingsum.dll