python版opencv录屏并保存使用滚动条修改录制大小保存录制配置前言完整代码效果
前言最近在弄无人驾驶的项目,真实开车还是太麻烦了,打算在游戏里实现仿真驾驶,一般的游戏都没有视觉的接口所以选择录屏来解决这个问题。完整代码from PIL import ImageGrabimport threadingimport numpy as npimport cv2import timeimport osclass myRecord: def __init__(self,width,height): if not os.path.exists("conf