-
We currently only make `Position` (`back`/`front`) available, *but* eg. on Android, cameras are rotated, usually multiples of 90°.
Without this, it would be up to the user to first rotate the camera …
-
The proposal enables websites to detect which OS-level effects have been applied to a given video frame by reading the appropriate field on `VideoFrameMetadata`. It could have a number of applications…
-
Hey there,
I have a few TP-Link VIGI cameras. Unfortunately all the VIGI cameras only support ONVIF Profile S, so no back-channel audio.
However the cameras themselves do support it via the VIGI a…
-
Hi there,
first, thank you for providing a good first start to the micropython camera driver, it helped me starting to build an [improved version](https://github.com/cnadler86/micropython-camera-API)…
-
Hi,
I'm new to viseron and this is my first time to try it.
I have created a docker container with version 3.0.0b11 and worked my way to figure out how I should write the config file, but for some…
-
## Introduction
Camera effects implemented at the operating system level are becoming increasingly common on macOS, Windows, and ChromeOS. This can cause issues for video chat users. For example, i…
-
### The problem
When I try to fetch a snapshot from a integrated camera to send it as image via the supervisor api it is not working.
I am using the following code
```
action: whatsapp.send_mess…
-
Hello, our camera model is JVC GY-HC500U, and we'd like to be able to control the camera via API, much like the web GUI allows full control of the camera over our network. Below is the link for the A…
-
All of this is not for 3.2.0 (unless we want it to be), but I wanted to make sure this isn't lost now that we've merged the camera stuff.
- [x] WinRT has a separate camera API from win32. It's not …
-
### Description
I am trying to implements the turbomodule for cross platform communication in my brownfield app.
Codegen is not generating the spec files coming as undefined while importing the spec…