Part Number: DRA72
Tool/software: Linux
How do we do deinterlacing of analog camera input with QT? Our QT Application runs on eglfs.
Michel Catudal
ACTIA Corp
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: DRA72
Tool/software: Linux
How do we do deinterlacing of analog camera input with QT? Our QT Application runs on eglfs.
Michel Catudal
ACTIA Corp
Do you have some examples? I am able to do de-interlace with gst-launch but I need to be able to do the same using the library.
It is not obvious how I would do that.
QT uses the function "GstElement *CameraBinSession::buildCameraSource()" in camerabinsession.cpp
Michel Catudal
ACTIA Corp
Anand,
It doesn't really do what I need to do.
test-v4l2-m2m Usage: <SRCfilename> <SRCWidth> <SRCHeight> <SRCFormat> <DSTfilename> <DSTWidth> <DSTHeight> <DSTformat> <interlace> <translen>
I have no source input filename to use. I do not want to send to a file
All I want is to display the live video to the screen and have it deinterlaced.
Camera inputs are video0 to video3, video input can be NTSC or PAL
Format from the analog video input is "8-bit UYVY 4:2:2"
Input is 720x480 or 720x576
Michel Catudal
ACTIA Corp
Anand,
That wouldn't work. The cameras are connected to a Renesas isl79987 and use ti_cal and not vip. The output of the isl79987 is connected to csi2_1
Michel Catudal
ACTIA Corp