rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
3 stars 0 forks source link

Review video capture and OCR modules and create unit test for them #24

Open barbourshop opened 6 months ago

barbourshop commented 6 months ago

Goal: To establish the current condition of the video capture and OCR modules.

The video capture and OCR modules have never been used in any great capacity. They also caused issue for engineers using other areas of the framework. Fixes were put in place to prevent them causing issues with the other areas, but the video capture and OCR modules were never heavily used after this.

This task is to review the video capture and OCR modules and ensure that all the functionality is working properly. Through the creation of a unit test.

Acceptance Criteria: