ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

#9  

@ Nomad Like DJ suggested, using the camera to this is very easy. I have the camera on my Inmoov set to detect motion and when it does, it takes a snap shot and then sends that snap shot to me in an email. I haven't tried a video of what it sees but it should be easy enough to do as well. Using the camera to this is more efficent as it takes the PIR out of the setup. If you want use the PIR, that would be easy to do as well. Once the PIR is triggered then the camera takes a video, then sends that video to you in an email. Let me know if you need a hand setting it up.

PRO
Belgium
#10  

bhouston

thanks for the help.i dont have a pir ,so i wil use the camera. if you have some pics or script for me what to do will be very helpfull.

#11  

@ Nomad, Sorry to take so to post this, I've been away. Put you email address and name in where I've indicated.


:start

ControlCommand("Camera", CameraMotionTrackingEnable)
#center camera on object
if($Cameraistracking = 1)
sleep(500)
ControlCommand("Camera", CameraSnapshot)

ControlCommand("SMTP Client", SendImage, "Camera", "your email address here", "your name here", "Motion detected", "Hey Bob, this is InMoov. I have detected motion in the shop. Here's a picture of what I saw.")# you can change this to say what ever you want
Sleep(2000)
ControlCommand("Camera", CameraMotionTrackingDisable)
endif
sleep(10000)
goto(start)

Let us know when you get it send a video (I haven't tried that yet)

PRO
Belgium
#12  

bhouston

this is awesome thank you.

PRO
Belgium
#13  

i just notis ,what comes here ?

User-inserted image

#14  

Use the slider on the bottom of the code box to move it over.

PRO
Belgium
#16  

jd takes pics and send it to a folder on my pc ,not to my mail adres. posseble cause my adres is BE ?