Part Number: AM62A7
Sensor: ox05B1s
Tool/software: AM62A processor SDK v11.01.07.05
I was using gstreamer to capture image:
Some setup I used.
"v4l2src device=/dev/dms io-mode=dmabuf-import ! "
And it works.
Now I am trying to use TIOVX pipeline to capture images from sensor OX05B1s.
I am not sure how to create node to do this job. I have tried to create tivxCaptureNode, but I didn't see any captured data.
here is how i setup code:
"
tivx_capture_params_t capture_params;
My expctation is this part of code will capture image from sensor.
Could you please provide some guidance or documentation on how tivxCaptureNode works? I would like to understand the required setup and the parameters that need to be prepared before using it.
Any hints, examples, or references would be greatly appreciated.