JiaZW
May 7, 2025, 3:05am
1
Develop the MIPI camera driver
Resolution: 1280*1024
Format: YUV 422 8-bit
Frame rate: 30fps
lane num: 2lane MIPI CSI
MIPI clock: 426Mhz
(1)The dts configuration is as follows:
(2)The following problems occur in the image acquisition
CHANSEL_NOMATCH channel:0x00 … data: 0x00000000549
(3)dmesg:
corr_err: discarding frame 0, flags: 0, err_data 131072
hello JiaZW,
just an FYI, YUYV is referred as YUY2 in gstreamer pipeline.
please test with following to fetch your sensor stream.
for instance,
$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1920,height=1080,format=YUY2,framerate=30/1 ! xvimagesink
JiaZW
May 7, 2025, 6:17am
4
log:
WARNING: erroneous pipeline: could not link v4l2src0 to xvimagesink0, v4l2src0 can’t handle caps …
JiaZW
May 7, 2025, 7:17am
5
$ gst-launch-1.0 v4l2src device=/dev/video0 ! xvimagesink
I use this command
system
Closed
June 4, 2025, 2:33am
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.