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.

Home Page:http://www.openTSPS.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GuiManager bug related to "CAMERA_CUSTOM"

m9dfukc opened this issue · comments

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