-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
klvinjector sample #10
Comments
Not at this time, I made it to test KLV handling in the Pleora GigE Vision and the BlackMagic DeckLink SDI plugins. I'm open to suggestions. I've seen asynchronous KLV streams, so there could be a muxer and demuxer created. I imagine most cases now would use a pad probe to inject KLV. Please share ideas! |
Here you can see my library to extract the telemetry in real time, and how to generate the klv files. https://github.com/All4Gis/QGISFMV/tree/master/code/klvdata https://github.com/All4Gis/QGISFMV/blob/master/code/manager/QgsMultiplexor.py In this case I'm using in my development those KLV, but I can't generate a MISB video. There are libraries that do it as https://impleotv.com/2020/01/14/how-to-make-stanag-4609-compliant-file-from-video-and-telemetry-csv-json-or-bin-files/ And well, I can't find any information on how to do it. And I asked on the forum http://gstreamer-devel.966125.n4.nabble.com/Injecting-metadata-from-file-MISP-td4690906.html |
I've used QGIS in the past, very cool work. I'm not sure how I can help. If you see any way that the plugins in this project can be modified to help, let me know. |
My last 5 cents to win this battle |
Hi
Is there an example of how to inject telemetry into a video using klvinjector?
thanks
The text was updated successfully, but these errors were encountered: