We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ad5cb commit 2437e5fCopy full SHA for 2437e5f
03-Open-Camera/cv2_exercise1.py
@@ -1,10 +1,7 @@
1
import cv2
2
3
-
4
def track_back(x):
5
- '''
6
### 回调函数,x表示滑块的位置
7
8
# 更改视频的帧位置
9
capture.set(cv2.CAP_PROP_POS_FRAMES, x)
10
0 commit comments