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.

IPIPE

Hi, I'm about to look into on how to resize the video input. 
Resizing can only be done through IPIPE?

From the IPIPE resizer demo from the wiki, it only resize static image, how can I modify it to resize video captured from the /dev/video0 ? Is there any sample code available?

  • Yes, the resizer hardware is part of IPIPE; I suppose you can always do resizing in software, but if you want to take advantage of the hardware resizing, you will need to go thry IPIPE

    Also, please note that this is a one-shot resizer, hence it you want to resize video, you will need to restart resizer after every frame; unfortunately, I do not beleive we have any sample code available that shows this scenerio.