 misterpaint Registered User |
Quote
|
| 2024-02-15 08:53:39 |
|
Is it possible to lock the webcam when I trigger an incoming JavaScript event and unlock it when I trigger an outgoing JavaScript event? I need the camera to be locked without people being able to move it even if there's a popup open in overlay
|
 misterpaint Registered User |
Quote
|
| 2024-02-15 08:57:18 |
|
|
 vp Guest |
Quote
|
| 2024-02-20 14:50:45 |
|
Just have 2 cameras in the scene. switch to a static camera during popups/java events, the switch back again afterwards - change static camera "position" and "target" when switching, so it's seamless.
|