Jump to content
C4 Forums | Control4

Send or store pics on event?


Clutch19

Recommended Posts

Is there a way to send or store pictures from a security cam when event is triggered, such as doorbell pushed? I have announcement and events, so that I get an email when doorbell is rung, but would like to see who is there, or at least store an image. Does anyone have a solution for this? I am running 2.0.1.

Link to comment
Share on other sites

  • 1 year later...

I'd love to do this too.

I think the link to the picture could be done???

maybe when the doorbell is pushed you set a variable to be the URL of the picture. Then email the variable?

I haven't tried it but its the best I can think of for now.

Link to comment
Share on other sites

I'd love to do this too.

I think the link to the picture could be done???

maybe when the doorbell is pushed you set a variable to be the URL of the picture. Then email the variable?

I haven't tried it but its the best I can think of for now.

I tried this in the past, as it is right now this doesn't work. It emails you a link that takes you to a snapshot of the camera of the moment you click on the link. Not when the email was sent.

Link to comment
Share on other sites

I'll put it on my todo list. No promises though. Its a long list and alot of the cool ideas i have don't make it past the drawing board.

Last cool idea i had was a text to speech engine for control4. Made it as far as generation of the speach but died after that.

Link to comment
Share on other sites

I tried this in the past, as it is right now this doesn't work. It emails you a link that takes you to a snapshot of the camera of the moment you click on the link. Not when the email was sent.

I think with my setup the cameras are set for motion and take pictures at set intervals, so all the files have a specific name corresponding to date and time. if a link was sent, it should have the file name.

It sounds like, in your case, the file name on the link is generic. so if the file was updated from the time the email was sent, you get the latest picture.

Link to comment
Share on other sites

Again if you have a Mobotix camera and do not want to trigger based on motion, which is configured in the camera itself. You can add the webimage driver to your project and do:

When door bell rings

Send Get_Image Command To Room-> Web Image

The URL configured for the webimage driver should be the URL to trigger an "on click" event in the Mobotix camera. The event in the camera can be configured to send the image as an email or start a recording cycle or both.

Updated to add:

No custom drivers required.

Link to comment
Share on other sites

Again if you have a Mobotix camera and do not want to trigger based on motion, which is configured in the camera itself. You can add the webimage driver to your project and do:

When door bell rings

Send Get_Image Command To Room-> Web Image

The URL configured for the webimage driver should be the URL to trigger an "on click" event in the Mobotix camera. The event in the camera can be configured to send the image as an email or start a recording cycle or both.

Updated to add:

No custom drivers required.

How do I determine the URL to trigger an "on click" event for a mobotix camera.

Thanks for the help!!

Update:

I found this link that activates a user click: http://cam04.cameraaddress.com:50051/control/rcontrol?action=userclick

However the webimage driver requires an image url (ie address ending in jpeg jpg png etc). I then tried the "send url get" using programming which still failed.

Here is what the programming looks like: send HTTP GET to Cameras->Web Image Front Door: http://cam04.cameraaddress.com:50051/control/rcontrol?action=userclick

This still fails to send the correct action, however entering this web address into my web browser does successfully send the command.

Any suggestions?

Link to comment
Share on other sites

Again if you have a Mobotix camera and do not want to trigger based on motion' date=' which is configured in the camera itself. You can add the webimage driver to your project and do:

When door bell rings

Send Get_Image Command To Room-> Web Image

The URL configured for the webimage driver should be the URL to trigger an "on click" event in the Mobotix camera. The event in the camera can be configured to send the image as an email or start a recording cycle or both.

Updated to add:

No custom drivers required.[/quote']

How do I determine the URL to trigger an "on click" event for a mobotix camera.

Thanks for the help!!

Update:

I found this link that activates a user click: http://cam04.cameraaddress.com:50051/control/rcontrol?action=userclick

However the webimage driver requires an image url (ie address ending in jpeg jpg png etc). I then tried the "send url get" using programming which still failed.

Here is what the programming looks like: send HTTP GET to Cameras->Web Image Front Door: http://cam04.cameraaddress.com:50051/control/rcontrol?action=userclick

This still fails to send the correct action, however entering this web address into my web browser does successfully send the command.

Any suggestions?

Perhaps it requires support for keep-alive. I ran into a similar problem trying to use Web Image, as it doesn't support keeping the connection alive.

Not that the thread has much more info then this one, but incase you are interested:

http://www.c4forums.com/viewtopic.php?pid=78300#p78300

The URL I was trying to use worked fine in a browser, worked fine with CURL, but doesn't work with Web Image.

Link to comment
Share on other sites

Again if you have a Mobotix camera and do not want to trigger based on motion, which is configured in the camera itself. You can add the webimage driver to your project and do:

When door bell rings

Send Get_Image Command To Room-> Web Image

The URL configured for the webimage driver should be the URL to trigger an "on click" event in the Mobotix camera. The event in the camera can be configured to send the image as an email or start a recording cycle or both.

Updated to add:

No custom drivers required.

Well thanks for the suggestion as I got everything working. The biggest problem was that the older generation mobotix cameras do not support smtp with SSL which took some work arounds. All in all it works great. Thanks!!

Link to comment
Share on other sites

  • 9 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...