commit 5b7154963966c4495e48905aa1f2c33a5a6f941b parent 57e859a9581a3310f5f9761b0d35b0cf11d12916 Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 20:35:19 +0900 cam to -1 Diffstat:
| M | test.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.py b/test.py @@ -86,7 +86,7 @@ def dump(src, keep): return count # 仕様メモcount=[RightCount,LeftCount] -cap = cv2.VideoCapture(1) +cap = cv2.VideoCapture(-1) cap.set(3,320) # WIDTH cap.set(4,240) # HEIGHT