videokit-ai / videokit

Low-code, cross-platform media SDK for Unity Engine. Register at https://videokit.ai
https://videokit.ai
Apache License 2.0
107 stars 14 forks source link

Webcam Remains On even after StopRunning is Called #151

Open jkorn2324 opened 3 weeks ago

jkorn2324 commented 3 weeks ago

Issue: Webcam doesn't stop running on the device even though StopRunning is called on the VideoKitCameraManager on Windows (Logitech webcam still flashes blue even when camera should stop playing).

Expected Output: Camera should stop flashing blue when StopRunning is called.

Technical Specs: Unity Version 2022.3.20f1 VideoKit 0.0.22-alpha-2 (from npm Package Manager) Platform - Windows 64 bit (Untested on Mac, iOS, & Android)

How to Reproduce (In the Unity Editor): Step 1: Enable the camera manager on awake Step 2: Run the game