severity 420325 wishlist
thank you
The problem is that you haven't loaded the camera driver (or it hasn't
created any V4L device, FWIW) -- if you have other V4L device which
might be interfering with the default /dev/video0 device, then you can
specify a -D <file> option (see Usage)
Just in case, it might be useful to include an error message such as the
one here:
--- motioneye-1.2.orig/motioneye.c
+++ motioneye-1.2/motioneye.c
@@ -80,7 +80,7 @@
/* open the device */
*fd = open(device, O_RDWR);
if (*fd < 0) {
- perror("open");
+ printf("No V4L device present.\nAre you sure you have
loaded the Motion Eye Camera driver in the kernel?\n");
return 1;
}
Thank you very much for your time and interest in Debian,
Jose
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]