CameraFileInfo
data class CameraFileInfo(val name: String, val fileUrl: String, val size: Long, val dateTimeZone: String?, val dateTime: String?, val lat: Float?, val lng: Float?, val width: Int?, val height: Int?, val thumbnail: String?, val _thumbSize: Int?, val _intervalCaptureGroupId: String?, val _compositeShootingGroupId: String?, val _autoBracketGroupId: String?, val _recordTime: Int?, val isProcessed: Boolean, val previewUrl: String, val _codec: String?, val _projectionType: _ProjectionType?, val _continuousShootingGroupId: String?, val _frameRate: Int?, val _favorite: Boolean?, val _imageDescription: String?, val _storageID: String?)
camera file information
Constructors
Link copied to clipboard
constructor(name: String, fileUrl: String, size: Long, dateTimeZone: String?, dateTime: String?, lat: Float?, lng: Float?, width: Int?, height: Int?, thumbnail: String?, _thumbSize: Int?, _intervalCaptureGroupId: String?, _compositeShootingGroupId: String?, _autoBracketGroupId: String?, _recordTime: Int?, isProcessed: Boolean, previewUrl: String, _codec: String?, _projectionType: _ProjectionType?, _continuousShootingGroupId: String?, _frameRate: Int?, _favorite: Boolean?, _imageDescription: String?, _storageID: String?)
Properties
Link copied to clipboard
Group ID of a still image shot by multi bracket shooting.
Link copied to clipboard
Group ID of a still image shot by interval composite shooting.
Link copied to clipboard
Group ID of continuous shooting. (RICOH THETA X or later)
Link copied to clipboard
Frame rate. (RICOH THETA X or later)
Link copied to clipboard
Image description. (RICOH THETA X or later)
Link copied to clipboard
Group ID of a still image shot by interval shooting.
Link copied to clipboard
Projection type of movie file. (RICOH THETA V or later)
Link copied to clipboard
Video shooting time (sec).
Link copied to clipboard
Storage ID.
Link copied to clipboard
Thumbnail file size (bytes).
Link copied to clipboard
File creation or update time with the time zone
Link copied to clipboard
Whether or not image processing has been completed
Link copied to clipboard
URL of the file being processed.