• Simon Morlat's avatar
    V4L2: remove conditional because it slows the FPS to 10 maximum. · 38553e72
    Simon Morlat authored
    The condition for waking up the V4L2 thread is not good. mblk_t become free when the last filter in the chain no longer uses them.
    Furthermore the signal() was done only at fps rate in process method, which was not sufficient.
    In order to prevent busy loop in case all buffers are used, an usleep() was added.
    38553e72