728x90 STUDY/Jetson Nano2 webcam.py import cv2 cam = cv2.VideoCapture(0) while True: check, frame = cam.read() cv2.imshow('video', frame) key = cv2.waitKey(1) if key == 27: break cam.release() cv2.destroyAllWindows() 2022. 6. 26. 젯슨나노 opencv with cuda 설치 https://makeutil.tistory.com/129 [Jetson Nano] OpenCV with CUDA 0. 프롤로그 필자는 지인의 부탁으로 Jetson Nano를 이용하여 Video Streamer를 만들어보고자 한다. 처음에는 단순 영상 스트리머가 될 것이며, 향후에는 이것저것 A.I 요소를 붙이 makeutil.tistory.com https://qengineering.eu/install-opencv-4.5-on-jetson-nano.html Install OpenCV 4.5 on Jetson Nano - Q-engineering A thorough guide on how to install OpenCV 4.5.3 on your NVIDIA Jetson Nano qengineering.eu 2022. 6. 26. 이전 1 다음 728x90