CameraStatus constructor
CameraStatus({})
Implementation
CameraStatus({
required this.timeUsec,
required this.p1,
required this.p2,
required this.p3,
required this.p4,
required this.imgIdx,
required this.targetSystem,
required this.camIdx,
required this.eventId,
});