prevent using canvasTexture as Input

#1

Problem

  • If InputType is Webcam, always call RunInference in LateUpdate, even if targetTexture is corrupted because blit with canvasTexture.

Solution

  • do not call RunInference when didUpdateThisFrame is false in Webcam InputType.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment