Hi,
Is it possible to record video from the camera alongside meta data that will be encoded in the video stream?
Any examples?
The use case is that we have a manual procedure that is being done today, and we want to create a tagging mechanism based on the user operation.
Obviously, we can try and sync it with timestamps, but video metadata sounds like the best practice.
Video meta data
Hello mellerdaniel ,
there's currently no support inside depthai to add metadata to the video stream, so you would either need to accomplish that on the host (eg. by using some python library) or go with the timestamp route.
Thanks, Erik