Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hello,
I am working with the multicamcodec
demo on J721S2 (TDA4VM) platform.
Currently, the pipeline is built as Capture → LDC → Scaler → Encoder.
However, I found that in this demo the Scaler module is not working correctly. As a temporary solution, I want to bypass LDC (and Scaler), and directly save the captured frames to file.
Could you please let me know:
-
How to correctly configure
multicamcodec
to skip the LDC node? -
If LDC is skipped, can the capture output (
raw_image_arr
) be connected directly to the encoder input? -
Any code example or recommended changes in
app_create_graph()
to support this flow?
Thank you very much for your support.