-
Is it possible to blur an area (sensitive information, background etc.) during recording or edit the screencast afterwards in kap?
Is it possible to have picture-in-picture, such as a small picture…
-
It works well for capturing video from the webcam, but I can't get it to record/save the sound too. What can I do to "save" the sound?
let video;
function setup() {
createCa…
-
I am using openposedemo.
When I start it with an image, video or webcam, the result is displayed on a small screen with a skeleton attached.
Is it possible to prevent that result from being displaye…
-
I'm currently facing a weird issue which the recorded video from the webcam is faster than the original (for instance, when recording webcam for 60 seconds, the exported footage is 47 seconds). Any id…
-
I would recommend switching to the asynchronous MediaPipe interface. I've been working on a similar (but fundamentally different) effect and I found that CPU usage dropped dramatically when switching …
-
Allows use for precompiled TF+CUDA+cuDNN that TF hasn't published eg. https://ngc.nvidia.com/catalog/containers/nvidia:tensorflow
Some ways to do this are:
1. use --privileged for docker container …
ghost updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
When using BBB in a mobile browser and switching away from the browser (or locking the display), BBB will continue to play audio and…
-
Is it possible to run a background program behind the webcam? I would like to have a server running in the background to configure with a GUI. For example, I would like a script running in the backgro…
-
Hi guys, I am stuck with the memory leak in my existing code. I spent several days finding the issue and finally decided to write a simple test code to check - maybe the issue with GoCV. After running…
-
I get this error when trying to run `python ./virtual_webcam.py`
```
No module named 'numpy.core._multiarray_umath'
```
more specifically
```
❯ python ./virtual_webcam.py
2022-12-12 11:14:3…