Skip to content

Check if this.video is correct #295

@kalwalt

Description

@kalwalt

Inside the CameraViewRenderer (getImage and image getter) there is a reference to this.video:

this.context_process.drawImage(this.video, 0, 0, this.vw, this.vh, this.ox, this.oy, this.w, this.h);

and:
this.context_process.drawImage(this.video, 0, 0, this.vw, this.vh, this.ox, this.oy, this.w, this.h);

but video is not declared or defined in the class, we have only the _video member:

public _video: HTMLVideoElement;

We need to check the correctness of this and if this may lead to some bugs.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions