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
I've tried to implement a custom camera input using the source type CAMERA_CUSTOM. This failed because there seems to be a bug in "GuiManager.cpp" (ver. #47ec300). If you look at the part for customSelection (line 220) I suppose the customSelection.type should be CAMER_CUSTOM and not CAMERA_SYPHON?!
The text was updated successfully, but these errors were encountered:
I've tried to implement a custom camera input using the source type
CAMERA_CUSTOM
. This failed because there seems to be a bug in "GuiManager.cpp" (ver. #47ec300). If you look at the part forcustomSelection
(line 220) I suppose thecustomSelection.type
should beCAMER_CUSTOM
and notCAMERA_SYPHON
?!The text was updated successfully, but these errors were encountered: