Part Number: TDA4VM
While capturing the yuv frames through customised app_single_cam test app, we are getting 0xFF data in first 6-7 frames.
How to resolve this issue.
Thanks
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.
Hi Anant,
Could you verify if the camera is giving the correct image frames from the starting.
Viewing frames using 7yuv app
So you are saving the output directly from the capture node ?
Could you check the capture statistics to check if there are any errors reported by csirx ?
Regards,
Gokul
Hi Gokul,
Yes camera is giving correct frames from starting.
No, I am not saving output directly from capture node, capturing YUV output from ISP (VISS node)
Checked the capture statistics, there are no errors reported by csrix.
Regards,
Anant.
Hi Anant,
Yes camera is giving correct frames from starting.
How are you checking that ?
Camera- OV camera
Could you describe your entire pipeline, and more info on the sensor, I thought the sensor gives yuv frames as output.
is this sensor driver supported out of box or you have written your own driver.
Could you dump the raw frames from the camera and view it externally to isolate its a csirx issue or vpac issue.
Regards,
Gokul
Hi Gokul,
We are following the below steps
1.We start the sensor
2.Immediately prime the pipeline
3.Then dequeue and use frames
We currently do not have explicit validation to confirm that frames are correct from the very first frame.
We assume correctness based on:
Current pipeline
Hi Anant,
Could you dump the RAW image from capture node output and view that file offline using any raw image to rgb or yuv converter.
This can help isolate the issue from the capture and viss part. And have you done your isp tuning ?
is this sensor driver supported out of box or you have written your own driver.
?, are you using ov2312 sensor driver which is there in the sdk ?
Regards,
Gokul