Hi,
I have 4 analog cameras interfaced using video decoder chip. I want to capture (PAL resolution), upscale (digital zoom) to 720p (1280x720) and then encode.
Is this possible? If yes, please let me know the procedure.
Regards,
SJ
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.
Hi,
I have 4 analog cameras interfaced using video decoder chip. I want to capture (PAL resolution), upscale (digital zoom) to 720p (1280x720) and then encode.
Is this possible? If yes, please let me know the procedure.
Regards,
SJ
SJ,
Not sure about encode, but you could very well capture and using VPE, upscale to 720p.
But is it 720x240 to 1280x720 or 720x480 to 1280x720?
Rgds,
Brijesh
Thanks Brijesh for reply.
Could you please help with the setting or any reference code to do so?
I am trying to do 704x576 to 1280x720.
Regards,
SJ
Hi Suhas,
Not exactly for PAL, but for VPE, there are many examples in the vision sdk. There are many usecases, which use VPE for scaling. You could refer to any of them.
You just need to set the output size of VPE. Input size anyway comes from the capture..
Rgds,
Brijesh