Hi all,
I am using camera on imx8 (IMX8MQ-EVK+MINISASTOCSI),but the image is fuzzy,look like not 1280x1080?
root@imx8mqevk:~# gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080 ! waylandsink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
[ 1836.826368] ov5640_mipi 1-003c: s_stream: 1
[ 1837.003055] skip frame 1
Hi zhengbing
in order to change configurations such as resolution and framerate, enter with the following properties,
$WIDTH and $HEIGHT are the changed parameters :
# gst-launch-1.0 v4l2src ! video/x-raw, width=$WIDTH, height=$HEIGHT ! autovideosink
Best regards
igor
Hi,
Thank you for your reply. I have tried to change the parameter(width && height),but it is not working .the image is still fuzzy.