Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 330 Bytes

Notes.md

File metadata and controls

19 lines (10 loc) · 330 Bytes

#Another way of writing a main program in python

def main(): try: while True: print("Camera test")

except KeyboardInterrupt:
    pass

if name == "main": main()

v4l2-ctl --list-devices -> will give you list of video devices connected including dummy