Skip to content

Commit 143d15f

Browse files
authored
RSDK-8830: Add frame_rate to typescript SDK (#360)
1 parent 688aae3 commit 143d15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/camera/camera.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export interface Properties {
1111
intrinsicParameters?: IntrinsicParameters.AsObject;
1212
/** Camera distortion parameters, if available. */
1313
distortionParameters?: DistortionParameters.AsObject;
14+
/** Camera frame rate parameters, if available. */
15+
frameRate?: number;
1416
}
1517

1618
export type MimeType =

0 commit comments

Comments
 (0)