Hi @CodingArcher
It's possible with RTSP streams.
Example:
luxonis/depthai-experimentstree/master/gen2-rtsp-streaming
Thanks,
Jaka
Hi @CodingArcher
It's possible with RTSP streams.
Example:
luxonis/depthai-experimentstree/master/gen2-rtsp-streaming
Thanks,
Jaka
Hi @CodingArcher,
I'm not entirely sure what you mean by "user defined video delay". If you want to add a delay before the camera starts recording, you can simply use Python's time.sleep()
function or something equivalent in C++.
Regarding the recording itself, we have an example that only plays the encoded stream here, and another that only encodes (records) it here. You could take the first exmaple and modify it by adding the tofile
method on the data packet, that way it will also save the video to a file.