Group Location
Explore Plans
Mobile menu Close menu
CamioCamio

Advanced motion detected

This Trigger fires when advanced motion is detected (based on the specified criteria).

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Trigger fires when advanced motion is detected (based on the specified criteria).
API endpoint slug
camio.motion_detected_with_options

Trigger fields

Camera Dropdown list

Label
Choose a camera
Helper text
Choose "All Cameras" to monitor all cameras.
Slug
camera
Required
true
Can have default value
false

Color Dropdown list

Label
Choose a color to look for
Helper text
Choose "All Colors" to detect all colors.
Slug
color
Required
true
Can have default value
false

Direction Dropdown list

Label
Choose a specific direction of motion to look for
Helper text
Choose "All Directions" to detect motion in all directions.
Slug
direction
Required
true
Can have default value
false

Objects detected Dropdown list

Label
Choose a specific object to look for
Helper text
Choose "All Objects" to detect all objects.
Slug
objects_detected
Required
true
Can have default value
false

Zone Text input > Other

Label
Choose a specific zone to look for motion
Helper text
Leave this blank to look for motion anywhere in the scene without regard for zones. If you type a zone name, it must match exactly for this Trigger to fire.
Slug
zone
Required
true
Can have default value
true

Ingredients

Camera nameThe camera that detected the motion.

Slug
camera_name
Filter code
Camio.motionDetectedWithOptions.CameraName
Type
String
Example
DoorCamera

Triggered timeThe time at which the event was triggered.

Slug
triggered_time
Filter code
Camio.motionDetectedWithOptions.TriggeredTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

ColorsA comma separated list of colors that were detected in the event.

Slug
colors
Filter code
Camio.motionDetectedWithOptions.Colors
Type
String
Example
blue, purple, green

Event linkA link to the event at camio.com (only accessible if you're logged in).

Slug
event_link
Filter code
Camio.motionDetectedWithOptions.EventLink
Type
Web URL
Example
https://www.camio.com/#search;t=123

ZonesA comma separated list of zones in which motion occurred.

Slug
zones
Filter code
Camio.motionDetectedWithOptions.Zones
Type
String
Example
Window, Door

Motion directionThe direction of motion in the event (approaching or departing the camera or N/A).

Slug
motion_direction
Filter code
Camio.motionDetectedWithOptions.MotionDirection
Type
String
Example
approaching

Objects detectedThe objects detected in the event (currently just people and cars).

Slug
objects_detected
Filter code
Camio.motionDetectedWithOptions.ObjectsDetected
Type
String
Example
People, Cars