Servo Script icon Servo Script Bind scripts to servo moves (V1-V99); triggers on position/speed/accel changes and provides ports, positions and speeds arrays for custom control. Try it →

ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

#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.

Author Avatar
PRO
Belgium
Thingiverse
#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)

Author Avatar
PRO
Belgium
Thingiverse
#12  

bhouston

this is awesome thank you.

Author Avatar
PRO
Belgium
Thingiverse
#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.

Author Avatar
PRO
Belgium
Thingiverse
#16  

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