Hello.
I made a driver to use a custom sensor on J721 board. I used max9295/9296 as ser/des device . However, I have a problem.
I use /opt/vision_apps/run_app_single_cam.sh to run the sensor.
I saved a raw file and yuv file with 's' command in app_single_cam when white screen is displayed.
In this case, a raw file shows normal screen. However, a yuv file shows white screen.
So I tried not to use isp while deleting all dcc xml and bin files. I also removed DCC use setting in the SENSOR_FEATURES in iss_sensor_xxx.h file.
|
When a normal screen is displayed, all values in 'Capture Status: Instance|0 ' are 0.
I followed the values in 'Capture Status' and I found that these values are in the csirx driver.
According to error log, it looks like there may be an error in the capture process. But a raw file with error status shows a normal screen.
How can I fix this issue? I want to see the normal screen without error.
Thanks