Tool/software:
Hi,
We use tda4 (J721e EVM) to bring up the otobrite imx390 camera(Camera number of pixels:1920×1080). We have successfully used ./vx_app_single_cam.out to bring up the camera.
But for the saved image, I want to use linux to open the raw file, but it shows: photo source file missing. For the saved yuv file, I use the command: ffplay -f rawvideo -video_size 1920 × 1080 cap_0000.yuv to open the yuv file, but it shows the picture is completely different from the picture that appears on the monitor. I would like to ask how to solve it?