Webcam module is working perfectly, but a small addition might improve it.

Currently we have to specify the name of the image file (online or offline). The suggestion is to specify only a directory, where all the images coming from the webcam are stored. The online/offline image would then be taken as the most recent image file in the directory.

At the moment I am doing this manually with a shell script that continously executes the following command

cp `ls -t -1 *.jpg|head -n 1` last.jpg

Having this integrated in the module would be a nice feature :) Cheers,

Comments

Flow@www.my-flow.com’s picture

Assigned: Unassigned » Flow@www.my-flow.com
Status: Active » Postponed

That's a great idea! The feature could be implemented exactly as you described it and might be pretty useful when archiving individual timestamp named images.

Unfortunately I'm not able to do it right now as for my MacBook there is no working version of the phpeclipse plugin for eclipse 3.2 available yet.

Flow@www.my-flow.com’s picture

Title: Automatic pull of most recent image » Automatic pull of recent image
Status: Postponed » Closed (works as designed)

I gave it a try and implemented it. If you want, you can download the cvs version and see if it's as you suggested and if it works as expected. My intention was to make it compatible with the former version.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 65729)