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
blog(LOG_ERROR, "unsupported frame format %d. Check enum video_format in obs-studio/libobs/media-io/video-io.h for the format code.", (int)frame->format);
This code should use video scaler (video_scaler_t) from obs-studio so that any format can be converted.
The text was updated successfully, but these errors were encountered:
obs-face-tracker/src/texture-object.cpp
Lines 135 to 137 in f1d8464
This code should use video scaler (
video_scaler_t
) from obs-studio so that any format can be converted.The text was updated successfully, but these errors were encountered: