Scrypted Documentation / RequestPictureOptions
Interface: RequestPictureOptions
Extends
Properties
id?
optionalid:string
Inherited from
picture?
optionalpicture:PictureDimensions
The native dimensions of the camera.
Inherited from
reason?
optionalreason:"event"|"periodic"
periodic: The requestor will request the snapshot periodically so a recent cached image may be returned. event: The requestor needs an image for event processing or thumbnail. Cached or error images will not be returned.
periodicRequest?
optionalperiodicRequest:boolean
Flag that hints whether this user request is happening due to a periodic refresh.
bulkRequest?
optionalbulkRequest:boolean
Flag that hints whether multiple cameras are being refreshed by this user request. Can be used to prefetch the snapshots.
timeout?
optionaltimeout:number
The maximum time in milliseconds to wait for the picture.
