Hello, I want to encode multiple videos images to H-264 at the same time for my project.My question is that is it possible to encode multiple images to H-264.If yes then how can i input multiple videos to my Udoo board.
There's on video codecs on the NEO it is not possible unless you write your own software codec but performance will be poor. It is possible to encode a single H-264 stream (or possibly 2) on the UDOO quad/dual board but you need to understand what your doing for it to work.
Thank you for your reply. My question is if i have multiple cameras for my robot and i want to encode all video outputs from all cameras then how can i give my inputs to my UDOO NEO as i have one usb camera slot available on UDOO NEO.
Actually i want to encode a video stream into different bit rates from standard to hd video in h-264 format and fuse my sensor data with it.is it possible to encode.if yes then how
When I read this thread I can summarize the answers as: NO, it is not possible because this device cannot do it.
andrea i found that it is not possible to do h-264 hardware encoder using UDOO NEO but i am wondering why it is not possible.I am searching for the reason. asghar