Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.3 KB

Camera.md

File metadata and controls

16 lines (13 loc) · 1.3 KB

Camera Object

The Camera object describes a camera device deployed in the field, capable of capturing still images.

The Camera is a type of field device; it has a core_details property which contains the FieldDeviceCoreDetails and exists within a FieldDeviceFeature.

Properties

Name Type Description Conformance Notes
core_details FieldDeviceCoreDetails The core details of the field device that are shared by all types of field devices, not specific to cameras. Required This property appears on all field devices.
image_url String; uri A URL pointing to an image file for the camera image still. Optional
image_timestamp String; date-time The UTC date and time when the image was captured. Conditional; required if image_url is provided Please see Business Rule #5.

Used By

Property Object
properties FieldDeviceFeature