更新:发送 bin 状态到遥控器

This commit is contained in:
tangchao0503
2023-06-27 14:01:19 +08:00
parent 6b78db5bc3
commit 5337a40837
4 changed files with 17 additions and 2 deletions

View File

@ -67,6 +67,7 @@ public slots:
void sendXimeaImageStatus(int ximeaImageStatus);
void sendXimeaAutoExposeMaxValueOfOneFrame(int autoExposeMaxValueOfOneFrame, double exposeTime);
void sendXimeaBinState(int spatialBin, int spectralBin);
void sendXimeaImageFrameRate(double frameRate);
void sendCopyFileStatus(int fileStatus);
};