@camera.ui/sdk / camera / SnapshotUrlOptions
Interface: SnapshotUrlOptions
Defined in: camera/streaming.ts:163
Options for generating snapshot URLs.
Properties
cache?
optionalcache?:string
Defined in: camera/streaming.ts:171
Cache key/strategy.
gop?
optionalgop?:boolean
Defined in: camera/streaming.ts:175
Request keyframe at start (GOP).
height?
optionalheight?:number
Defined in: camera/streaming.ts:167
Output height in pixels.
hw?
optionalhw?:"cuda"|"vaapi"|"videotoolbox"|"dxva2"|"rkmpp"|"v4l2m2m"
Defined in: camera/streaming.ts:173
Hardware acceleration backend.
rotate?
optionalrotate?:270|90|180|-90
Defined in: camera/streaming.ts:169
Rotation in degrees.
width?
optionalwidth?:number
Defined in: camera/streaming.ts:165
Output width in pixels.