04 2023 档案
opencv打开摄像头并保存为本地mp4
摘要:import cv2 # 打开摄像头 url = "rtsp://admin:qwer1234!.@192.168.1.65:554" cap = cv2.VideoCapture(url) width = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH)) height
超详细Pyinstaller打包exe+反编译Pyinstaller打包的exe教程+防止反编译教程
摘要:https://blog.csdn.net/feelinghappy/article/details/109328697