Go to advanced search

by Framboise
Wed May 29, 2013 11:40 am
Forum: Camera board
Topic: file size limit on raspivid ?
Replies: 32
Views: 13448

Re: file size limit on raspivid ?

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...
by Framboise
Wed May 29, 2013 9:58 am
Forum: Camera board
Topic: file size limit on raspivid ?
Replies: 32
Views: 13448

Re: file size limit on raspivid ?

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...
by Framboise
Tue May 28, 2013 9:37 pm
Forum: Camera board
Topic: file size limit on raspivid ?
Replies: 32
Views: 13448

Re: file size limit on raspivid ?

jamesh wrote:OK, can see what I need to do - but the SD card I'm using is only 2GB! So can't test the fix. Doh! Will do it tomorrow.

(For those interested, -D_FILE_OFFSET_BITS=64 is required in flags supplied to gcc).
Thanks!
by Framboise
Tue May 28, 2013 3:54 pm
Forum: Camera board
Topic: file size limit on raspivid ?
Replies: 32
Views: 13448

file size limit on raspivid ?

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...
by Framboise
Fri Dec 28, 2012 9:35 am
Forum: Automation, sensing and robotics
Topic: geigercounter
Replies: 0
Views: 510

geigercounter

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 :| )
by Framboise
Wed Dec 26, 2012 12:40 pm
Forum: General discussion
Topic: no access to motion server
Replies: 47
Views: 102165

Re: no access to motion server

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.

i will try and fiddle with it some more

regards

Framboise
by Framboise
Thu Dec 13, 2012 11:46 pm
Forum: General discussion
Topic: Motion files
Replies: 2
Views: 2531

Re: Motion files

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...
by Framboise
Thu Dec 13, 2012 10:47 pm
Forum: General discussion
Topic: no access to motion server
Replies: 47
Views: 102165

no access to motion server

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...

Go to advanced search