Tool/software:
Dear TI Team,
we are still in the testing phase of our SK-AM62A-LP and are currently struggling with a topic where i hope that you can give us a hint.
We use a OX05B1S camera and we are currently able to set up a gstreamer pipeline, to extract either the RGB or the IR image from the sensor.
But we have some algorithms, that need the RGB and others that need the IR image, so we need both, RGB and IR, for every frame.
Could you give us a hint how a pipeline needs to be set up to extract RGB and IR images at the same time?
Would i need to add a second video device as v4l2 source to achieve this or can i add a tee after the "v4l2src device=/dev/video4 io-mode=dmabuf-import ! video/x-bayer, width=2592, height=1944, framerate=30/1, format=bggi10" to process one branch as GRAY8 and the other as NV12?
Thanks in advance and regards,
Christoph