billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
261 stars 70 forks source link

Receive stills in e-mail #86

Open blogdemoi opened 2 years ago

blogdemoi commented 2 years ago

Hi,

How can I properly set up the e-mail part in /.pikrellcam/pikrellcam.conf?

I did this but I think it is not correct as I don't receive any images by e-mail:

on_motion_preview_save

Set to off if you want jpeg preview files to show the OSD overlay text or graphics. This can be considered a debug or instructional option. Normally it is nicer to have clean preview jpegs and thumbs.

motion_preview_clean on on_motion_preview_save mpack -s pikrellcam@$H $F xxxxx@gmail.com

Thank you.