labatrockwell / openTSPS

TSPS is a cross platform Toolkit for Sensing People in Spaces. It performs openCV operations on live video (Kinect, web camera, etc) and sends it to clients as JSON (via WebSockets), OSC, TUIO, or TCP.
http://www.openTSPS.com
194 stars 51 forks source link

GuiManager bug related to "CAMERA_CUSTOM" #95

Open m9dfukc opened 7 years ago

m9dfukc commented 7 years ago

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?!