Hi Todortomov,
I am having one more Issue,
Followed followings
Method1: This works fine
enable the test generator:
./yavta --no-query -w ‘0x009f0903 1’ /dev/v4l-subdev2
Then, configure the pipeline:
sudo media-ctl -d /dev/media1 -l ‘“msm_csid0”:1->“msm_ispif0”:0[1],“msm_ispif0”:1->“msm_vfe0_rdi0”:0[1]’
sudo media-ctl -d /dev/media1 -V ‘“msm_csid0”:1[fmt:UYVY8_2X8/1920x1080 field:none],“msm_ispif0”:0[fmt:UYVY8_2X8/1920x1080 field:none],“msm_vfe0_rdi0”:0[fmt:UYVY8_2X8/1920x1080 field:none]’
Capture JPEG Picture:
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1 ! ‘video/x-raw,format=UYVY,width=1920,height=1080’ ! jpegenc ! filesink location=image01.jpg
It is able show proper Test Pattern.
++++++++++++++++++
Method 2 : This has some Issue
enable the test generator:
./yavta --no-query -w ‘0x009f0903 1’ /dev/v4l-subdev2
Then, configure the pipeline:
sudo media-ctl -d /dev/media1 -l ‘“msm_csid0”:1->“msm_ispif0”:0[1],“msm_ispif0”:1->“msm_vfe0_rdi0”:0[1]’
Format: configured higher resolution 4088x3081
sudo media-ctl -d /dev/media1 -V ‘“msm_csid0”:1[fmt:UYVY8_2X8/4088x3081 field:none],“msm_ispif0”:0[fmt:UYVY8_2X8/4088x3081field:none],“msm_vfe0_rdi0”:0[fmt:UYVY8_2X8/4088x3081 field:none]’
Capture JPEG Picture:
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1 ! ‘video/x-raw,format=UYVY,width=4088,height=3081’ ! jpegenc ! filesink location=image01.jpg
Now the TP is angled 180 Degree and looks messy.
Please can you help me how to configure for higher resolutions…
Regards,