OpenHPS/openhps-opencv

View on GitHub
src/common/nodes/source/AbstractVideoSource.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function play has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    play(): NodeJS.Timer {
        let ready = true;
        this._frame = 0;
        this._timer = setInterval(
            () => {
Severity: Minor
Found in src/common/nodes/source/AbstractVideoSource.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status