Gets a green line on top of image

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gets a green line on top of image

nishitha
Hi,
I am running an application to capture image from a camera

appsrc caps=video/x-raw, format=NV12, width=1920, height=1080  ! videoparse width=1920 height=1080 format=23 ! jpegenc ! fakesink

Image is dumped by adding a probe in fakesink
Issue is :
I get a green thick line on top of the image. What can be the reason ?
Reply | Threaded
Open this post in threaded view
|

Re: Gets a green line on top of image

nishitha
Hi,

I was able to get some idea on this
This is due to some stride issue
The resolution is somehow 1920x1088
When I change the resolution to 1088, the green line comes below the frame