OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.5k stars 2.18k forks source link

Suggestion #96

Closed zafrirron closed 5 years ago

zafrirron commented 5 years ago

(I may have missed something.... in the documantation) Since the camera capture examples uses CV to capture the camera video stream and CV capable of capturing other video streams (like video files...). I would suggest to consider using "video stream" instead of "camera".... I should be able to create the same video files detection examples by just using CV videocapture to the file ad the detection input.

OlafenwaMoses commented 5 years ago

ImageAI was created for simplicity and since it already provides a video input option, thus comes the key word "camera". However, those well familiar with OpenCV can decide to load the video and then parse the instance themselves.