Changes between Version 2 and Version 3 of Webcam
- Timestamp:
- 02/04/16 19:23:39 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Webcam
v2 v3 9 9 * work in progress, see #1030 10 10 * there is no systray menu for it 11 * black and white only, low resolution 11 * framerate is low 12 * black and white only, low resolution (hardcoded csc dependencies) 12 13 * no support for multiple sessions per server.. 13 14 * it uses too much bandwidth (mostly wasted too) 14 * framerate is low15 15 * server setup requires an out of tree kernel module 16 16 * etc... … … 21 21 = Installation = 22 22 23 Clients only rely on [http://opencv.org/ opencv] and its python bindings. 23 Clients only rely on [http://opencv.org/ opencv] and its python bindings. (the win32 installers include it, ) 24 24 25 25 The server relies on a virtual video device, you must install the {{{v4l2loopback}}} kernel module from [https://github.com/umlaeute/v4l2loopback].