Hi, Thank you for your reply. I have built and checked the booting. It works fine.
I had bought OS08A20 camera module from NXP along with the kit to validate the ISP. I am able to stream in preflashed binaries but if I try to stream in the environment with my replaced Image and modules , I am facing the following issue. I have attached the gstreamer error and corresponding dmesg log.
BUILD
root@imx95-15x15-lpddr4x-frdm:~# GST_DEBUG=3 gst-launch-1.0 libcamerasrc camera-name="${CAMERA0}" ! video/x-raw, width=3840, height=2160, format=YUY2 ! queue ! waylandsink
Setting pipeline to PAUSED ...
[0:00:44.561152921] [750] INFO Camera camera_manager.cpp:340 libcamera v0.0.0+6489-lf-6.18.2-1.0.0
[0:00:44.679792462] [754] INFO IPAProxy ipa_proxy.cpp:180 Using tuning file /usr/share/libcamera/ipa/nxp/neo/os08a20.yaml
[0:00:44.679997696] [754] INFO NxpNeoIPA neo_ipa.cpp:146 nxpneo: IPANxpNeo NXPNEO_IPA_v0.0.0+6489-lf-6.18.2-1.0.0
[0:00:44.681633606] [754] INFO Camera camera_manager.cpp:223 Adding camera '/base/soc/bus@42000000/i2c@42540000/os08a20_mipi@36' for pipeline handler nxp/neo
Pipeline is live and does not need PREROLL ...
0:00:00.393998203 750 0xffffa4000dc0 FIXME default gstutils.c:4169:gst_element_decorate_stream_id_internal:<libcamerasrc0> Creating random stream-id, consider implementing a deterministi
c way of creating a stream-id
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
0:00:00.394882923 750 0xffffa4000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R10
0:00:00.394955545 750 0xffffa4000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R12
New clock: GstSystemClock
0:00:00.395147188 750 0xffffa4000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format XVUY
[0:00:44.685461470] [756] INFO Camera camera.cpp:1215 configuring streams: (0) 3840x2160-YUYV/sYCC
0:00:00.0 / 99:99:99.
PREBUILD
root@imx95-15x15-lpddr4x-frdm:~# GST_DEBUG=3 gst-launch-1.0 libcamerasrc camera-name="${CAMERA0}" ! video/x-raw, width=3840, height=2160, format=YUY2 ! queue ! waylandsink
Setting pipeline to PAUSED ...
[0:01:11.941028172] [784] INFO Camera camera_manager.cpp:340 libcamera v0.0.0+6489-lf-6.18.2-1.0.0
[0:01:12.052290407] [788] INFO IPAProxy ipa_proxy.cpp:180 Using tuning file /usr/share/libcamera/ipa/nxp/neo/os08a20.yaml
[0:01:12.052450707] [788] INFO NxpNeoIPA neo_ipa.cpp:146 nxpneo: IPANxpNeo NXPNEO_IPA_v0.0.0+6489-lf-6.18.2-1.0.0
[0:01:12.053531983] [788] INFO Camera camera_manager.cpp:223 Adding camera '/base/soc/bus@42000000/i2c@42540000/os08a20_mipi@36' for pipeline handler nxp/neo
Pipeline is live and does not need PREROLL ...
0:00:00.380374002 784 0xffffa0000dc0 FIXME default gstutils.c:4169:gst_element_decorate_stream_id_internal:<libcamerasrc0> Creating random stream-id, consider implementing a deterministi
c way of creating a stream-id
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
0:00:00.381201872 784 0xffffa0000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R10
0:00:00.381301351 784 0xffffa0000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R12
0:00:00.381493811 784 0xffffa0000dc0 WARN default gstlibcamera-utils.cpp:369:gst_libcamera_stream_formats_to_caps: Unsupported DRM format XVUY
[0:01:12.057204764] [790] INFO Camera camera.cpp:1215 configuring streams: (0) 3840x2160-YUYV/sYCC
0:00:00.525188577 784 0xffffa0000be0 WARN wlwindow gstwlwindow.c:546:gst_wl_window_new_internal: init surface_state fail, fallback to scale=1 fullscreen (1920x1048)
Redistribute latency...
DMESG log of failure case
[ 20.994118] ox05b1s 3-0036: Camera os08a20 detected, chip_id=530841
[ 40.900644] kauditd_printk_skb: 26 callbacks suppressed
[ 40.900670] audit: type=1334 audit(1781075420.425:26): prog-id=21 op=UNLOAD
[ 45.294168] ox05b1s 3-0036: Failed to apply mode 3840x2160,bpp=12
[ 100.138752] ox05b1s 3-0036: Runtime PM usage count underflow!
How to resolve this. Kindly help me, thanks