Image is fuzzy on IMX8MQ-EVK+MINISASTOCSI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Image is fuzzy on IMX8MQ-EVK+MINISASTOCSI

524 Views
zhengbing
Contributor I

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

微信图片_20201205163247.jpg

0 Kudos
2 Replies

515 Views
igorpadykov
NXP Employee
NXP Employee

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

0 Kudos

507 Views
zhengbing
Contributor I

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.

0 Kudos