SKJM Forum

Support => iCam Support => Topic started by: michaelgcohen on January 04, 2010, 09:47:14 AM

Title: Feature Request - Schedule Start
Post by: michaelgcohen on January 04, 2010, 09:47:14 AM
I love the application and would ideally have it run while I am at work and turn itself off when I am hope, any hope for a scheduled start/finish?
Title: Re: Feature Request - Schedule Start
Post by: Jay on January 04, 2010, 07:10:53 PM
Other users have asked for scheduling abilities and it is on our list of potential features to add to iCam in the future.
Title: Re: Feature Request - Schedule Start
Post by: OUAnthony on March 14, 2010, 06:59:23 AM
I'm not a Mac user, so I can't comment on that...although someone else on here did mention Apple Script or something to start/stop the icamsource program.

In Windows, you could write a couple of simple batch files (icamsource has a command line option)...


taskkill /f /im icamsource.exe


c:
cd "c:\program files\icamsource"
icamsource.exe -u=icamusername -p=icampassword -url=http://192.168.10.100/video.cgi -cu=camerausername -cp=camerapassword -m -desc="Description of Camera Source"


(other command-line options are here: http://skjm.com/forum/index.php?topic=462.0)