Go to advanced search

by pippo
Tue Sep 24, 2013 8:52 am
Forum: Camera board
Topic: raspistill - exposure
Replies: 86
Views: 34682

Re: raspistill - exposure

Interesting- is that from raspistill? what is the exact command you are using?
Yes, its from raspistill. I start it with command:
raspistill -th 0:0:0 -ex night -t 999999 -tl 250 -o /run/shm/test.jpg -q 20 -w 1920 -h 1152 -v -n -vf -hf
by pippo
Mon Sep 23, 2013 9:15 pm
Forum: Camera board
Topic: raspistill - exposure
Replies: 86
Views: 34682

Re: raspistill - exposure

Yes, that new version can handle long exposures, but it gives me this error now:

"mmal: Skipping frame xx to restart at frame yy"

Any ideas?
by pippo
Mon May 27, 2013 10:30 am
Forum: Camera board
Topic: Bad focus on RPi camera Rev 1.3
Replies: 19
Views: 9432

Re: Bad focus on RPi camera Rev 1.3

I corrected my focus the same way today with turning the lense against the clock. I have mounted the cam in a little case with three screws, perhaps this was responsible for the wrong focus.
by pippo
Sat May 25, 2013 1:32 pm
Forum: Camera board
Topic: Bad focus on RPi camera Rev 1.3
Replies: 19
Views: 9432

Re: Bad focus on RPi camera Rev 1.3

Sorry for my question, but what did resolve your issue with the incorrent focus? Another pi-model or adjusting the lense? Because i have the same problem with my camera module :(
by pippo
Fri May 17, 2013 8:21 pm
Forum: Camera board
Topic: Videostream etc over the internet
Replies: 11
Views: 7551

Re: Videostream etc over the internet

Heyho, i use raspistill for this with some javascript. You will need php, sudo and an Apache webserver. raspistill.php <?php passthru("sudo raspistill -t 0 -o - -w 800 -h 500 -e jpg -q 70 -ex auto"); ?> visudo: www-data ALL=(ALL) NOPASSWD: /usr/bin/raspistill Then you take the source of mjpegstreame...
by pippo
Fri Mar 15, 2013 9:16 pm
Forum: Deutsch
Topic: IP Netzwerk Kamera über 3G
Replies: 4
Views: 2109

Re: IP Netzwerk Kamera über 3G

Ich hab das mit einem SSH-Reverse-Tunnel implementiert, dazu braucht man allerdings einen Server im Internet, der immer erreichbar ist. Den Aufbau des Tunnels habe ich in einem Skript verpackt welches auch regelmäßig prüft ob der Tunnel noch funktionsfähig ist.
by pippo
Mon Dec 31, 2012 3:10 pm
Forum: Deutsch
Topic: despotify
Replies: 2
Views: 949

Re: despotify

Habe an anderer Stelle jetzt gelesen, dass despotify generell nicht mehr funktioniert. Ich denke da hat es Änderungen am Protokoll gegeben - schade. Und nu?
by pippo
Tue Dec 25, 2012 1:01 pm
Forum: Deutsch
Topic: despotify
Replies: 2
Views: 949

despotify

Komischerweise funktioniert seit gestern bei mir despotify nicht mehr. Gibt es dazu andere Erfahrungen?

"Funktioniert nicht mehr" bedeutet in diesem Fall: "Segmentation fault" beim Versuch einen Song abzuspielen - gdb sagt: Fehler in sndqueue.c, Zeile 280

Funktioniert es bei euch noch?

Go to advanced search