1. 通过sock发送设置成功的帧率;

2. 通过sock发送设置成功的曝光时间和曝光时最大的像素值;
This commit is contained in:
tangchao0503
2023-05-24 16:38:10 +08:00
parent 371c422a34
commit 09d224075a
4 changed files with 49 additions and 5 deletions

View File

@ -66,6 +66,8 @@ public slots:
void sendSbgAccuracyState(int Accuracy,int SatelliteCounter);
void sendXimeaImageStatus(int ximeaImageStatus);
void sendXimeaAutoExposeMaxValueOfOneFrame(int autoExposeMaxValueOfOneFrame, double exposeTime);
void sendXimeaImageFrameRate(double frameRate);
void sendCopyFileStatus(int fileStatus);
};
#endif // UDPSERVER_H