Device
About Devices
A device represents a camera: a source of videos and images. These videos and images may then be processed to produce detections and tracks or to train models. For more details on detections, see About Detections
id
The unique identifier of the device.
Type: ID!
uuid
An alternative UUID for the device.
Type: ID!
externalId
An identifier that the device may use outside of Worlds.
Type: ID
name
The name of the device
Type: String!
address
The address of the device
Type: String
frameRate
The target frame rate for videos produced by this Device
Type: Float
enabled
true
if the device’s feed is being persisted by Worlds.
Type: Boolean!
position
The geographic location of the device
Type: GeoJSONPoint
site
The site that this device blongs to
Type: Site
calibrations
The list of calibrations for the device
Type: [DeviceCalibration!]!
pointOfInterest
The point of interest the device belongs to
Type: PointOfInterest