zhaohe 10 months ago
parent
commit
ecd7101361
  1. BIN
      IFlytopLTC/D3Dcompiler_47.dll
  2. BIN
      IFlytopLTC/Qt5SerialPortd.dll
  3. BIN
      IFlytopLTC/imageformats/qjpegd.dll
  4. BIN
      IFlytopLTC/imageformats/qwebpd.dll
  5. BIN
      IFlytopLTC/libEGLd.dll
  6. BIN
      IFlytopLTC/platforms/qwindowsd.dll
  7. 2
      README.md
  8. 2
      mainwindow.cpp
  9. BIN
      release/IFlytopLTC_V19.exe
  10. BIN
      release/V9/CameraLightingController.exe
  11. BIN
      release/v3.0/CameraLightingController.exe
  12. BIN
      release/v6/CameraLightingControllerV6.exe
  13. 2
      src/version.h

BIN
IFlytopLTC/D3Dcompiler_47.dll

BIN
IFlytopLTC/Qt5SerialPortd.dll

BIN
IFlytopLTC/imageformats/qjpegd.dll

BIN
IFlytopLTC/imageformats/qwebpd.dll

BIN
IFlytopLTC/libEGLd.dll

BIN
IFlytopLTC/platforms/qwindowsd.dll

2
README.md

@ -5,4 +5,6 @@ V14:
V18:
添加信号延迟配置功能
V19:
修复信号延迟配置功能的BUG
```

2
mainwindow.cpp

@ -174,7 +174,7 @@ zaf_error_code_t MainWindow::updatePage() {
DO(m_clstc->LightSrcX_setTriSrc(index, src)); \
DO(m_clstc->LightSrcX_setTriggerModePluseWidth(index, width)); \
DO(m_clstc->LightSrcX_setTriggerModeFirstPluseOffset(index, offset)); \
DO(m_clstc->LightSrcX_setTriggerModePluseDelay(index, offset)); \
DO(m_clstc->LightSrcX_setTriggerModePluseDelay(index, delay)); \
DO(m_clstc->LightSrcX_setLightIntensityDuty(index, duty)); \
DO(m_clstc->LightSrcX_setLightDriverFreq(index, freq));

BIN
release/IFlytopLTC_V19.exe

BIN
release/V9/CameraLightingController.exe

BIN
release/v3.0/CameraLightingController.exe

BIN
release/v6/CameraLightingControllerV6.exe

2
src/version.h

@ -1,4 +1,4 @@
#pragma once
#define VERSION 18
#define VERSION 19
#define MAUFACTURER "iflytop"
Loading…
Cancel
Save