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.

Frames to A8 while not in CAPTURE_DISPLAY_MODE_ON?

I need to be able to get "frames to the A8" also in modes other than CAPTURE_DISPLAY_MODE_ON - i.e. dual or tri-stream modes.

Is there any reason why copying all the YUV_FRAMES_TO_A8 code from 'multich_capturedisplay.c' to, say, 'multich_dualstream_demo.c' shouldn't work?

If this is indeed possible - I would appreciate demo code - and/or any helpful pointers!

  • Zev,

     I don't see any reason why it shouldn't work. But I think full feature use cases (dual or tri stream) use cases doesn't have this feature.  You may have to refer the CAPTURE_DISPLAY use case and use the links/api's accrodringly  to get the raw data. But, performance (even though I am not sure, I believe there is a performance constraint ) may hit based on your data processing  on A8 and data size.