@Rita_Wang
Thank you for your advice.
However, I still cannot display the camera image.
Here are the steps I executed:
export LIBCAMERA_PIPELINES_MATCH_LIST='nxp/neo,imx8-isi,uvcvideo'
GST_DEBUG=3 gst-launch-1.0 libcamerasrc ! queue ! autovideosink
RESULT
The following debug messages appear in the console:
Setting pipeline to PAUSED ...
export LIBCAMERA_PIPELINES_MATCH_LIST='nxp/neo,imx8
[0:01:38.381866712] [780] INFO Camera camera_manager.cpp:326 libcamera v0.0.0+5937-lf-6.12.34-2.1.0
[0:01:38.507243420] [784] INFO NxpNeoIPA neo_ipa.cpp:131 nxpneo: IPANxpNeo NXPNEO_IPA_v0.0.0+5937-lf-6.12.34-2.1.0
Pipeline is live and does not need PREROLL ...
0:00:00.611470375 780 0xffff84000b70 FIXME default gstutils.c:4169:gst_element_decorate_stream_id_internal:<libcamerasrc0> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
0:00:00.612225292 780 0xffff84000b70 WARN default gstlibcamera-utils.cpp:345:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R10
New clock: GstSystemClock
0:00:00.612294792 780 0xffff84000b70 WARN default gstlibcamera-utils.cpp:345:gst_libcamera_stream_formats_to_caps: Unsupported DRM format R12
0:00:00.612571875 780 0xffff84000b70 WARN default gstlibcamera-utils.cpp:345:gst_libcamera_stream_formats_to_caps: Unsupported DRM format XVUY
[0:01:38.925148004] [785] INFO Camera camera.cpp:1205 configuring streams: (0) 3840x2160-NV21/sYCC
0:00:00.0 / 99:99:99.:99.
The counter remains at 0:00:00.0 and does not count up.
When I boot the NXP BSP, Weston seems to start automatically.
A gray background and some application icons are displayed — could this be affecting the camera display?