ASKER
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.
TRUSTED BY
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.