Search found 4 matches

by chrisslybear
Tue Jul 24, 2007 3:51 pm
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 59861

timestamping webcam image

okay, here the final result: I created a directory /webcam with rights for "root" and "www" to read and write. ins salas script i added/replaced the following lines: header("Content-Type: image/jpeg"); //header("Content-Length: $frame_size"); <-comment out, causes error //header("Content-Disposition ...
by chrisslybear
Tue Jul 24, 2007 9:12 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 59861

periodic ftp-upload of single webcam jpeg *resolved*

thank you. i have now a working system on my linux system, uploading a single image from the webcam every 30 minutes. i am currently programming an additional php file for timestamping the webcam.jpg. I post it when finished. besides, there is no way to get out an uncompressed frame from the webcam ...
by chrisslybear
Mon Jul 23, 2007 6:48 pm
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 59861

hi again, @sala2001: no i didn't erase the comments, i just deleted the "//" before the commands. i tried what you said. the result of the former frame signature incorrect error is now: login request sent! login reply received! OK! get frame request sent! frame signature ok! frame_size = 38513 ...
by chrisslybear
Tue Jul 17, 2007 6:22 pm
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 59861

Error: Frame signature incorrect

I got an error when I first run this script: I could resolved by installing "pear" on my linux ubuntu workstation via synaptic. Then I set "safe_mode = Off" and "upload_tmp_dir=./home/{user}/" in php.ini Voila - no errors. BUT When I run this script now, I got the following result (i reactivated ...