intel / acat

Assistive Context-Aware Toolkit (ACAT)
Other
3.2k stars 622 forks source link

Where are the ACAT Vision's algorithms of facial gestures? #35

Closed alexandre-mbm closed 1 week ago

alexandre-mbm commented 8 years ago

Hello! I am realizing that Vision is a external tool used through a client-server architecture. I would want to study its code and get the algorithms of facial gestures to develop a driver for Android. That system have the feature "access through switch" and I think that it could be used with the camera. Is the Vision a closed source project? But, same so, where is it? Who is developing it? (#2 seen already)

alexandre-mbm commented 8 years ago

The base classes for Winsock actuators can be used to develop a server or client based actuator. This is useful for software switches where the source of the switch can be another application or DLL. Switch events are sent to ACAT over a socket interface. The Winsock server actuator listens for incoming connections whereas the Winsock client actuator makes connections to a TCP/IP server. The CameraActuator which is a part of the ACAT solution is an example of a Winsock client actuator which connects to another executable that runs the vision algorithm for facial gesture detection.

Source: Developers Guide, page 43.


Where is the binary of library and how to use it? Which is the License?