neozhaoliang / surround-view-system-introduction

A full Python implementation for real car surround view system
MIT License
871 stars 307 forks source link

test_cameras.py: add a python script for simple camera devices test #16

Closed rainyfeeling closed 3 years ago

rainyfeeling commented 3 years ago

The script will show the camera video in a window. It supports multiple cameras. Also it can find available camera devices automatically.

Usage: Press 'q' to quit. press 'n' to change to next camera device. Press 's' to save current picture in current folder.

Signed-off-by: JoshWu rainyfeeling@outlook.com

neozhaoliang commented 3 years ago

感谢你提的 pr,我先合并进去,但是我觉得抓取图像能单独分出一个线程更好。

rainyfeeling commented 3 years ago

感谢你提的 pr,我先合并进去,但是我觉得抓取图像能单独分出一个线程更好。

嗯,了解。主要是演示功能用,先简单点。后面再看看有需要再加上。:)