This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM385 YUV capture

Other Parts Discussed in Thread: DM385

Hi All,

I'm using DM385 with IPNC RDK 3.5 integrated OV sensor to it. tying to capture yuv data from sensor.

And configured following

1. format selection as YUV422 8bit + vp.

2. forcing issDrvYuvToYuvConfig to call from issDrvMemToMemConfig of iss_comp.c

3. #define YUV_MODE from issdrv_captureApi.c

And my code hangs at     retval |= ipipeif_start(IPIPEIF_RUN); of issDrvYuvToYuvStart function

I can see the frames received from sensor on CSI2 CONTROL REGISTER

root@DM385_IPNC:/opt/ipnc/bin# ./mem_rdwr.out --rd 5c001074

 [host]  

 [host]  0x5c001074:
 [host]  01DF009E
 [host]

why it hangs at ipipeif_start, what is the data path for YUV to YUV capture.?

Regards,

Manoj