Thank you in advance for your response.
I'm using AGX Orin, with JetPack 6.2.1, Holoscan SDK 3.7.0, Holoscan bridge sensor SDK 2.5.0(from github), bit stream v2510. With this setup, linux_imx274_player.py can correctly output video. But when I change to a new 2-lane sensor, no video outputs.
Following is what I debugged:
- With oscilloscope, I have confirmed the 2-lane sensor can output correct data. MIPI waveform is quite good.
- I tested the code "hololink.read_uint32(0x01000080 + sif_mask) # SIF TVALID Counter "
SIF TVALID Counter of imx274 is refreshing. Seems good.
But SIF TVALID Counter of 2-lane sensor is always 0.
- I also confirmed the 2-lane sensor's output clk is 384MHz, which means it requires 768Mbps / lane.
My question is if firmware (Lattice bit stream) v2510 can work with 2-lane sensor? If not, which one supports?
Thank you in advance for your response.
I'm using AGX Orin, with JetPack 6.2.1, Holoscan SDK 3.7.0, Holoscan bridge sensor SDK 2.5.0(from github), bit stream v2510. With this setup, linux_imx274_player.py can correctly output video. But when I change to a new 2-lane sensor, no video outputs.
Following is what I debugged:
SIF TVALID Counter of imx274 is refreshing. Seems good.
But SIF TVALID Counter of 2-lane sensor is always 0.
My question is if firmware (Lattice bit stream) v2510 can work with 2-lane sensor? If not, which one supports?