mirror of
https://github.com/Astatin3/optical-flow-outliar.git
synced 2026-06-09 00:28:01 -06:00
Some Stuff
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import cv2
|
||||
|
||||
cap = cv2.VideoCapture(0)
|
||||
while True:
|
||||
ret, frame = cap.read()
|
||||
with open('/dev/fb0', 'rb+') as buf:
|
||||
buf.write(frame)
|
||||
cap.release()
|
||||
Reference in New Issue
Block a user