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
The function v4lconvert_try_format is not for check whether we can convert pictures from src_fmt to dest_fmt:
The function is to get src_fmt which we finally get dest_fmt.
The text was updated successfully, but these errors were encountered:
actfw-core/actfw_core/v4l2/video.py
Lines 548 to 574 in 563c2c5
The header file says:
https://github.com/philips/libv4l/blob/master/include/libv4lconvert.h#L63-L75
The function
v4lconvert_try_format
is not for check whether we can convert pictures fromsrc_fmt
todest_fmt
:The function is to get
src_fmt
which we finally getdest_fmt
.The text was updated successfully, but these errors were encountered: