Hi Team
We are using this camera LI-IMX715-MIPI-D-HOLOSCAN-080H from Leopard Imaging.
Platform - Jetson AGX Orin - Jetpack 6.2.1
HSB - Lattice HSB board with latest firmware flashed
Holoscan SDK - 2.3.1
We followed this https://docs.nvidia.com/holoscan/sensor-bridge/latest/index.html and everything set perfectly. Running this example “$ python3 examples/linux_imx715_player.py“ gives following i2c error.
//////
File "/usr/local/lib/python3.12/dist-packages/hololink/sensors/imx715/imx715.py", line 174, in configure
self.configure_camera(imx715_mode)
File "/usr/local/lib/python3.12/dist-packages/hololink/sensors/imx715/imx715.py", line 506, in configure_camera
self.set_lane_cfg(0x0004) # Mipi lane: 4
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/hololink/sensors/imx715/imx715.py", line 388, in set_lane_cfg
self.set_cmd(CMD_ID_LANE_CONFIG, 0x0002)
File "/usr/local/lib/python3.12/dist-packages/hololink/sensors/imx715/imx715.py", line 240, in set_cmd
self._i2c.i2c_transaction(
RuntimeError: I2C port indicates I2C_I2C_NAK
/////
Please give us your inputs which might helpful to resolve this.