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.
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. |
Property | Object |
---|---|
properties |
FieldDeviceFeature |