Avatar of strivoli
strivoliFlag for Italy

asked on 

How can I set HIKVISION Thermal Camera to send Mail + Attached Shot when Temperature is above limit?

How can I set HIKVISION Thermal Camera to send Mail + Attached Shot when Temperature is above limit?
* IP CameraDigital Cameras / CamcordersSecurity

Avatar of undefined
Last Comment
Kimputer
Avatar of David Favor
David Favor
Flag of United States of America image

You'll arrange for camera to trigger saving an image or video when your setpoint (temperature) is reached.

Then you'll have a process look for creation of these new files.

When a new file comes into existence, you'll either mail the image/video as an attachment or better mail a URL to this file.

Always better to mail a URL, because this camera can produce some very large output files, which can be larger than SMTP gateway attachment limits, so if you send a message with to large an attachment the message will bounce or be blocked for submission.

So if you take the "mail an attachment" approach, you'll have to build in a fair bit of code to handle recovery from this situation.

If I were doing this, I'd...

1) Setup a simple Apache server.

2) Publish my images/videos into a directory which was the DocumentRoot for some host, say temp.foo.com so some host name + domain name.

3) Track the directory from #2 using inotifywait looking for a CLOSE_WRITE event, which indicates a new file has just been written + closed.

4) Send an email to a notification list with a URL to this new file, for people to review.
Avatar of strivoli
strivoli
Flag of Italy image

ASKER

Hi David, could you kindly be more specific about the Trigger? I can access the Camera by using the own Web SERVER or using a Software such as iVMS-4200 (I would avoid this approach if possibile) or using the HIKVISION DVR.
The remaining of your instructions are krystal clear. Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Security
Security

Security is the protection of information systems from theft or damage to the hardware, the software, and the information on them, as well as from disruption or misdirection of the services they provide. The main goal of security is protecting assets, and an asset is anything of value and worthy of protection. Information Security is a discipline of protecting information assets from threats through safeguards to achieve the objectives of confidentiality, integrity, and availability or CIA for short. On the other hand, disclosure, alteration, and disruption (DAD) compromise the security objectives.

32K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo