File: README

package info (click to toggle)
libfreenect 1%3A0.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,528 kB
  • ctags: 2,909
  • sloc: ansic: 6,319; cs: 2,060; cpp: 1,906; python: 952; ruby: 873; java: 729; xml: 40; makefile: 28; sh: 27
file content (7 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
** Freenect C Synchronous Interface **
- Brandyn White (bwhite@dappervision.com)
- Andrew Miller (amiller@dappervision.com)

Provides a synchronous interface (e.g., freenect_get_depth and freenect_get_rgb) as opposed to callbacks.  Uses pthreads.  The Cython Syncrhonous interfaces uses these, that is the simplest way to test this.

See http://openkinect.org/wiki/C_Sync_Wrapper for up-to-date info