1 Star 4 Fork 3

FelixWang810/Kinect动作捕捉软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MotionCapture.ui 7.74 KB
一键复制 编辑 原始数据 按行查看 历史
FelixWang810 提交于 2020-09-18 16:13 +08:00 . 功能代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MotionCaptureClass</class>
<widget class="QMainWindow" name="MotionCaptureClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>702</width>
<height>435</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>MotionCapture</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLabel" name="LCameraSetting">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Camera Setting</string>
</property>
</widget>
<widget class="QLabel" name="LCaptureFrequence">
<property name="geometry">
<rect>
<x>40</x>
<y>90</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Capture Frequence:</string>
</property>
</widget>
<widget class="QLineEdit" name="ECapFreqNum">
<property name="geometry">
<rect>
<x>160</x>
<y>100</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="LCaptureTimes">
<property name="geometry">
<rect>
<x>50</x>
<y>140</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Capture Time:</string>
</property>
</widget>
<widget class="QLineEdit" name="ECapTimes">
<property name="geometry">
<rect>
<x>160</x>
<y>140</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="BStartCam">
<property name="geometry">
<rect>
<x>60</x>
<y>190</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QToolButton" name="BStopCam">
<property name="geometry">
<rect>
<x>190</x>
<y>190</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QLabel" name="LCameraState">
<property name="geometry">
<rect>
<x>460</x>
<y>30</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Camera State</string>
</property>
</widget>
<widget class="QLabel" name="LShowCamState">
<property name="geometry">
<rect>
<x>370</x>
<y>100</y>
<width>281</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QToolButton" name="BStartGenerating">
<property name="geometry">
<rect>
<x>100</x>
<y>230</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start Generating</string>
</property>
</widget>
<widget class="QLabel" name="LGenerationState">
<property name="geometry">
<rect>
<x>500</x>
<y>250</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Generation State</string>
</property>
</widget>
<widget class="QLabel" name="LShowGenerationState">
<property name="geometry">
<rect>
<x>460</x>
<y>300</y>
<width>211</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>No Generation Task</string>
</property>
</widget>
<widget class="QLabel" name="LFirstFramePath">
<property name="geometry">
<rect>
<x>30</x>
<y>290</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>First Frame Path:</string>
</property>
</widget>
<widget class="QLabel" name="LSkeletonDataPath">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Skeleton Data Path:</string>
</property>
</widget>
<widget class="QLineEdit" name="EFirstFramePath">
<property name="geometry">
<rect>
<x>150</x>
<y>290</y>
<width>231</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="ESkeletonDataPath">
<property name="geometry">
<rect>
<x>150</x>
<y>330</y>
<width>231</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="LFbxFilename">
<property name="geometry">
<rect>
<x>40</x>
<y>370</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Fbx Filename:</string>
</property>
</widget>
<widget class="QLineEdit" name="EFbxFilename">
<property name="geometry">
<rect>
<x>150</x>
<y>370</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="LFPS">
<property name="geometry">
<rect>
<x>250</x>
<y>101</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>fps</string>
</property>
</widget>
<widget class="QLabel" name="LSec">
<property name="geometry">
<rect>
<x>250</x>
<y>140</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>sec</string>
</property>
</widget>
<widget class="QLabel" name="LCameraSelect">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Camera Select:</string>
</property>
</widget>
<widget class="QComboBox" name="CBCamSelect">
<property name="geometry">
<rect>
<x>160</x>
<y>60</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Kinect1</string>
</property>
</item>
<item>
<property name="text">
<string>Kinect2</string>
</property>
</item>
<item>
<property name="text">
<string>AzureKinect</string>
</property>
</item>
</widget>
<widget class="QToolButton" name="BOpenFile">
<property name="geometry">
<rect>
<x>390</x>
<y>330</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="MotionCapture.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/felixwang810/kinect-motion-capture-software.git
git@gitee.com:felixwang810/kinect-motion-capture-software.git
felixwang810
kinect-motion-capture-software
Kinect动作捕捉软件
master

搜索帮助