We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688aae3 commit 143d15fCopy full SHA for 143d15f
src/components/camera/camera.ts
@@ -11,6 +11,8 @@ export interface Properties {
11
intrinsicParameters?: IntrinsicParameters.AsObject;
12
/** Camera distortion parameters, if available. */
13
distortionParameters?: DistortionParameters.AsObject;
14
+ /** Camera frame rate parameters, if available. */
15
+ frameRate?: number;
16
}
17
18
export type MimeType =
0 commit comments