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 "
3522 /* The set of possible motioneye camera events */
3744 /* camera tests and poweron/poweroff */
3786 if (!camera) {
3787 pr_warn("camera control not enabled\n");
3806 if (!camera) {
3807 pr_warn("camera control not enabled\n");
3830 pr_warn("failed to power on camera\n");
3842 /* External camera command (exported to the motion eye v4l driver) */
3845 if (!camera)