i.mx53 ADV7180+Gstreamer Video Scrolling

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

i.mx53 ADV7180+Gstreamer Video Scrolling

1,791 Views
tomorroworld
Contributor II

We used ADV7180 to capture the video signal of  one PAL camera.

When run the mxc_v4l2_tvin.out in the unit_tests folder, the video was very good and stable. 

But if using the gstreamer pipeline to streaming/recording/reviewing the video, the video always scrolled vertically. Can you help me for this problem? Thank you!

My gstreamer pipeline:

gst-launch-0.10 -v mfw_v4lsrc capture-width=720 capture-height=576 ! queue ! mfw_vpuencoder codec-type=std_avc bitrate=4000 gopsize=10 ! avimux  ! queue ! filesink location=adv7180_camera.avi sync=false async=false 

 

 

And the video recorded is attached.

Tags (1)
5 Replies

878 Views
daiane_angolini
NXP Employee
NXP Employee

Maybe it´s the difference between PAL and NTSC, not the preview.

0 Kudos

879 Views
tomorroworld
Contributor II

Thank you! Jacky! It worked well!

I am confused why the video turned to be stable when the preview was set?

Thanks again!

0 Kudos

879 Views
JackyHuang
Contributor III

you can try the command as below 

gst-launch-0.10 -v mfw_v4lsrc capture-width=720 capture-height=576 sensor-width=720 sensor-height=288 typefind=1 preview=1 preview-width=720 preview-height=576 bg=1

as I deduce, you video source is PAL,  the command as above I succeed for NTSC video source

879 Views
tomorroworld
Contributor II

yes! All related topics on imxcommunity had been read through. But I still have no idea how to solve the problem.

Sorry for my poor english understanding. Maybe I have not catch the ideas of the topics. 

Do I need to modify the ADV7180 driver?

Thank you!

0 Kudos

879 Views
daiane_angolini
NXP Employee
NXP Employee

There is a lot of imx53 + ADV7180 topics on imxcommunity. 

Would it be enough?

0 Kudos