Camera recording in Qt 4.7
-
回放速度过快
-
录制播放后,程序不可再用的问题
-
Replay speed is too fast
-
There is a problem that the program can no longer be used after recording and playback
-
按钮逻辑和UI界面优化
-
录制结束后,会自动回到预览状态
-
Button logic and UI interface optimization
-
After the recording is over, it will automatically return to the preview state
-
添加了计时器,在录制时会计时,回放时显示录制长度
-
录制结束后,再次点击回放可以再次回放
-
Added a timer, accounting during recording. Display recording length during playback.
-
After the recording is over, click "replay" to play back again
- 完成了Qt5.9版本加OpenCV4.3的迁移
- 添加了人脸识别模块,可以用单选按钮开关模块
- OpenCV版本与现Qt版本并不兼容,已新建分支保存 Opencv分支
- Completed Qt5.9 version plus OpenCV4.3
- Added face recognition module, you can switch the module with radio buttons
- This version save in branch Qt5OpenCV3.4
-
添加录制时间显示 ✔️
-
回放时对齐时间戳,不应由系统性能决定播放速度 ❌
理由:保存文件时不存在时间戳,无法要求图片严格按照时间戳显示
- 文件可以选择放在某个地方
- 可以打开任意位置的回放文件
- 显示存放文件夹的情况
- 需要修改获取逻辑来控制录制和播放速度
- 需要处理程序容易崩溃的问题