Hello,
We are evaluating a quad-camera design based on the i.MX6ULL and the Renesas ISL79988, and we would appreciate your guidance on a few points.
Our understanding is that the ISL79988 can combine 4 analog camera inputs into a single BT.656 output using line-interleaving, with channel ID information embedded in the stream. In this scenario, the i.MX6ULL would receive a single parallel BT.656 stream through its CSI interface.
We would like to ask:
Our target use case is not necessarily to expose 4 separate camera nodes initially; capturing all 4 camera channels reliably within a single stream would also be acceptable, as long as the data can later be interpreted and displayed correctly as quad view.
Thank you in advance for your support.
Hello,
1. i.MX6ULL is able to capture BT.656 stream, you can use this post as reference but, we do not have an implementation example with i.MX6ULL and ISL79988 .
2. The de-interleave process should be implemented in SW.
3. You can use the post in answer 1 as reference.
4. No, there is no hardware support to handling/deinterlacing interlaced input BT.656 streams.
5. We do not have examples with these part numbers.
6. You can confirm your PN in the next link:
Best regards.
Thank you for the reply,
4. No, there is no hardware support to handling/deinterlacing interlaced input BT.656 streams.
Regarding deinterlacing, RM for the i.MX6ULL has this section attached. Doesn't this section describe what we need?
2. The de-interleave process should be implemented in SW.
Regarding the de-interleave process, what is the feasibility on the MCIMX6Y2CVM05AB? Does this variant have sufficient processing power to handle such an operation? If so, could you please advise on the recommended methodology, particularly in terms of the data propagation path and which peripherals should be utilized?
Thanks!
Hello,
This deinterlacer only works for one camera.
Regarding the processing power, the total bandwidth of the BT.656 stream must remain within the capture capabilities of the CSI interface and the data should go from ISL79988 to CSI with all the lines combined and by software you need to isolate each camera data.
Best regards.