Reply
Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Open Source Alert Commander Replacement

I started working on a project to create Mac software for the Alert cameras. While I am focusing on Mac, the software should run on Windows and Linux (and any other Qt supported platform). I have a VERY early alpha posted up on github ( github.com/szatmary/iAlert/ )
Currently it has VERY limited functionality.

 

Features:

-Automatically discover cameras.

-Display live streams

-Download files from cameras SD card to ~/Movies/iAlert directory

 

Limitations:

-MANY! If Its not in the above list, it doesn't do it.

-No Password support (use the windows software to remove passwords)

-New files are not downloaded automatically (yet), you must click refresh.

-Binary will probably only work on Lion (if your lucky).

 

Future Plans:

Don't know. I have a day job, so I probably won't put in too much work unless there is enough interest from users.


Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

I am surprised I have not received more feedback on this.

 

I have just posted a release 2. New features:

-Single window interface

-Real time event display/download

-Event calendar/list

-Playback of events directly within the app

-Better multi camera support( un-tested. I only have one camera)

 

It's still not ready for prime time, But I am getting close to usable for daily usage.

 

Screen Shot

 

Logi Browser
Web00
Posts: 12
Registered: ‎09-20-2011
0

Re: Open Source Alert Commander Replacement

I downloaded yor zip file, but don't understand how to use it on a pc, and just got a mac last week so really lost there in terms of loading your program, but would be willing to try it.

Retired Logitech Employee / Moderator (Inactive)
Kiruban
Posts: 820
Registered: ‎04-13-2010
0

Re: Open Source Alert Commander Replacement

Hello Web00,

 

 Like he has stated, its a system specifically designed to work on a mac. It will not work on a PC. See if you can download it to your Mac and then get further assistance to install and get it working on your new mac.

Regards,

Kiruban
Logitech Support Specialist

If a reply adequately addresses your technical issue, please click on the "Accept as Solution" and "Give Kudos" button so this information can benefit other users via search.
Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

[ Edited ]

Fair point. 

 

I purposely did not make a nice tutorial on how to use the software because of its pre-release state. It is still missing a lot of features, and probably has a lot of bugs. Because of this, I wanted people that were not very technical to avoid these early releases.

 

But a quick tutorial for those interested:

Note: I only have it pre-compiled for OS X Lion. It should work on other platforms, (snow leopard/linux/windows) but you would need to compile it yourself.

-Download the dmg from here (EDIT: updated link so that it works!)

-If necessary mount the dmg by double clicking it, Then double click the iAlert.app inside.

 

Logi Browser
Web00
Posts: 12
Registered: ‎09-20-2011
0

Re: Open Source Alert Commander Replacement

Got it working on the mac.. I'm just not use to it's file system yet.

 

So far it got all the recordings loaded and plays live video nicely... easy layout too...

Logi Nu
Andrew1234
Posts: 4
Registered: ‎10-06-2011
0

Re: Open Source Alert Commander Replacement

I think you've made a great effort, very nice job.

 

Logitech should give you a job. There is a need for Mac support whether they want to admit it or not.

 

I would like the option to download the clips from your software too.

 

Do you know how I could mount that sd card as a hard disk?If I could do that that would be very helpful!

 

Thanks!

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

The software does download the clips. Check your Movies folder. 

 

The SD card is NTFS, so if you want to read the card directly, you would need something like this

Logi Nu
Andrew1234
Posts: 4
Registered: ‎10-06-2011
0

Re: Open Source Alert Commander Replacement

Hi,

 

Thanks for the advice. I see the the movies folder now. How often does that take to download to that folder? Theres seem to be a 30 min lag at the moment, how can I force a sync?

 

I don't want to climb up a ladder once a week to unload the card what I'm trying to do is to remotely mount that card from a mac or linux machine.

 

Can I mount the card as nfs, smb etc?

 

Thanks again!

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

When the software is launched, it asks the camera for a list of all recordings. It then downloads any recordings it does not already have. New recordings are put into the same queue. So if there is a big backlog, there could be a lag, but once it is all caught up, new files should download within a minute or so or each "event" occurring. 

 

To the best of my knowledge, there is no way to remotely mount the camera storage. That is precisely I wrote this program.