You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function configureFormat() calls to get current configuration. But I want to say it is not current but it is old configuration. For example I use application qv4l2, set in this application some not good settings and close it. Library libv4l2cpp do first of all read this settings e.g. incorrect m_bufferSize. I want to say more. libv4l2cpp will use not correct m_bufferSize from another application. What is reason to do it?
The text was updated successfully, but these errors were encountered:
libv4l2cpp/src/V4l2Device.cpp
Line 59 in fac4b83
function configureFormat() calls to get current configuration. But I want to say it is not current but it is old configuration. For example I use application qv4l2, set in this application some not good settings and close it. Library libv4l2cpp do first of all read this settings e.g. incorrect m_bufferSize. I want to say more. libv4l2cpp will use not correct m_bufferSize from another application. What is reason to do it?
The text was updated successfully, but these errors were encountered: