Hi all,
Is there a demo script to stream the three cameras as h264 or the RGB + disparity?
Hi all,
Is there a demo script to stream the three cameras as h264 or the RGB + disparity?
Hi Gecastro ,
You can check our encoding max limit example that does exactly that - 2x 720P mono and 4k color H264 video encoding. Thoughts?
Thanks, Erik
That looks good, but is it possible to do the same with the depth image?
I'm receiving the following error:
[VideoEncoder(3)] [warning] Arrived frame type (14) is not either NV12 or YUV400p (8-bit Gray)
Hi Gecastro ,
Yes, as long as it's INT8 you can encode it. So if you enable subpixel mode, video encoder won't work. And stereo depth is INT16, so it doesn't work etiher.
You can use demos below to decode disparity, depending on which profile you used for encoding:
https://github.com/luxonis/depthai-experiments/tree/master/gen2-play-encoded-stream
thanks, Erik
Would this preserve the disparity values? I'm trying to create the depth image from it, instead of visualize it.
Thanks
Thanks, MJPEG works well. I was testing with h264, but the compression seems to alter the image.