If you send the output to stdout and redirect that to a file, does that work around the issue? For example, instead of: raspivid -v -t 3600000 -o /media/usbdisk/vid/video.h264 Try this: raspivid -v -t 3600000 -o - > /media/usbdisk/vid/video.h264 Thanks, this works! i am past the 2048 now and will l...
If you send the output to stdout and redirect that to a file, does that work around the issue? For example, instead of: raspivid -v -t 3600000 -o /media/usbdisk/vid/video.h264 Try this: raspivid -v -t 3600000 -o - > /media/usbdisk/vid/video.h264 Thanks, this works! i am past the 2048 now and will l...
hi, When i use: raspivid -v -t 3600000 -o /media/usbdisk/vid/video.h264 (recording 1 hour video and writing it to usbstick) i get a error: mmal: Failed to write buffer data - aborting and when i see the file size it it exactly 2048 Mib is there a size limit in the program ? The usbstick is formatted...
I have a blackcatsystems GM45 geigercounter that has a serial to usb output (FTDI)
There is a program gm4lin-ng for linux here: http://code.google.com/p/gm4lin-ng/
Can this be converted/compiled to the RPI?
Maybe it is better to use the GPIO for input?
(i'm a noob )
Thanks for that!
it seems to work now.
Although i only get it to work on low resolution 352x288
When i use 640x480 it does not connect.
I use a logitech pro 9000 webcam.
hi there according to the motion site http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome you can switch it off in the configuration file called '/motion/motion.conf' " output_normal Values: on, off, first, best, center (since 3.2.10) Default: on Normal image is an image that is stored when motion...
Hi, first post so hope i am in the right thread. I got the program 'motion' working so that it does detect movement and stores jpg's on a usbdrive. However i can not access the streaming server on a local net (10.0.0.10:8081) There are no error reports on the raspi side when i run motion -s . i only...