prevent using canvasTexture as Input
#1
by
amkorousagi
- opened
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.