Skip to content

Commit

Permalink
Update WebsocketDataTypes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 31, 2023
1 parent 11005e9 commit 682b057
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions photon-client/src/types/WebsocketDataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ export interface WebsocketNumberPair {
second: number;
}

export interface WebsocketCompleteCalib {
distCoeffs: number[];
height: number;
width: number;
standardDeviation: number;
perViewErrors: number[];
intrinsics: number[];
}

export type WebsocketVideoFormat = Record<
number,
{
Expand Down

0 comments on commit 682b057

Please sign in to comment.