Skip to content
Types
import type { CameraInfoMixin } from "@arcgis/core/rest/support/CameraInfoMixin.js";
Subclasses:
CameraInfo, ImageInspectionInfo
Since
ArcGIS Maps SDK for JavaScript 4.30

Mixin for CameraInfo.

Properties

cols

Property
Type
number

Camera's columns.

focalLength

Property
Type
number | null | undefined

Camera's focal length.

make

Property
Type
string

Camera's manufacturer.

model

Property
Type
string

Camera's model.

pixelSize

Property
Type
number | null | undefined

Camera's pixel size.

rows

Property
Type
number

Camera's rows.