Replies: 2 comments 1 reply
-
Not really, but I think that it might not be difficult to create/tailor the existing one to dump a file in some interval. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know if this is any help as a starting point. Not mine, just something I came across. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at a way to enable a local preview of the transmit, as well as a way to get thumbnails on the receive.
Ideally I want to make a web controller to be able to validate signal for both audio and video. Without being next to the device where the SDI is outputting or connected as an input.
I don't need it in full FPS or super realtime, but I would consider a low frame rate and delayed png/jpg that I could code into a html.
I know the multiplier and maybe the capture filter preview could be used on the desktop client, but if I wanted to create a local feed via CLI that I could take snapshots and update on a local web server.
Any suggestions on how you would do it? Is it possible to push the capture preview to something else than the local display?
I was thinking to write a bit of code to support reading the audio measurements, and then drawing the levels in a nice animated audio bar graph too, I am not sure if there is a better way to handle that.
Beta Was this translation helpful? Give feedback.
All reactions