brunoherbelin
6de65e1de2
Add TimerMetronomeWindow and WorkspaceWindow classes
...
- Introduced TimerMetronomeWindow.h and WorkspaceWindow.h to manage workspace windows and timer metronome functionality.
- Implemented WorkspaceWindow.cpp with methods for managing window visibility, collapsing, and workspace clearing/restoration.
- Removed obsolete snippets.cpp file containing unused code and functions.
2025-11-29 09:42:25 +01:00
brunoherbelin
08114e2cbe
Implement broadcast manager functionality and enhance FrameGrabber info and type methods
2025-11-09 11:38:01 +01:00
Bruno Herbelin
9a53ffa6d0
Cleanup code
...
Remove unused #include, add header when missing
2024-10-03 18:27:04 +02:00
Bruno Herbelin
12bff7aa9e
BugFix Shmdata sink broadcasting Shared Memory
...
Fix termination of shmdatasink, improved UI and doc.
2024-05-18 19:19:27 +02:00
Bruno Herbelin
cd8f9792ab
BugFix Add keyframes every second of output recording
...
Also compilation warning fix for GValue init.
2024-04-29 23:45:48 +02:00
Bruno Herbelin
6fcfc2da34
Added Output support for default Gstreamer shared memory
...
With option to select and configure socket path
2023-04-03 19:20:57 +02:00
Bruno Herbelin
935d2ff02c
Update Copyright date to 2023
2023-03-23 22:55:48 +01:00
Bruno Herbelin
941275a1b9
UI Integration of output to SRT, Shmdata and V4L2
...
Improved user interface and messages for the activation of Output streaming with SRT, shared memory, or loopback camera with V4L2 under linux.
2022-12-09 20:10:37 +01:00
Bruno Herbelin
c5884ec498
Fixed and unified implementation shmdata and video broadcast
2022-12-07 09:32:08 +01:00
Bruno Herbelin
07e8f489c1
Initial implementation of Shmdata broadcast
...
If gstshmdatasink is available (from shmdata https://gitlab.com/sat-mtl/tools/shmdata/ ), the shmdata broadcaster can capture output and share it to memory
2022-12-06 23:19:00 +01:00