Lines Matching defs:camera
98 static int camera; /* = 0 */
99 module_param(camera, int, 0444);
100 MODULE_PARM_DESC(camera,
101 "set this to 1 to enable Motion Eye camera controls "
3505 /* The set of possible motioneye camera events */
3727 /* camera tests and poweron/poweroff */
3769 if (!camera) {
3770 pr_warn("camera control not enabled\n");
3789 if (!camera) {
3790 pr_warn("camera control not enabled\n");
3813 pr_warn("failed to power on camera\n");
3825 /* External camera command (exported to the motion eye v4l driver) */
3828 if (!camera)