Headesk displays your webcam video on the desktop. Ideal for remote presentations and demos.
- Move Window:
Left Click
and drag. - Resize Window:
Mousewheel
. - Zoom Content:
Shift + Mousewheel
. - Move Content:
Shift + Left Click
and drag. - Change Camera:
Right Click
.
- Use a virtual camera like XSplit VCam or equivalent.
- Automatic chroma key detection with a green screen.
- Windows: Download and unzip.
- Linux: Download
- Requires
libopencv
- Please help me to provide .rpm and .deb builds.
- Requires
- Mac OS: Ain't no mac, please gimme one to build and test.
Instructions for developers
cargo build
OpenCV is a dependency and it requires build tools.
- Install vcpkg
vpgkg install llvm opencv4
- Copy
opencv_world4xx.dll
to.\target\debug
cargo build
If you already have llvm, just add LLVM binaries to your PATH. It takes much time to install it with vcpkg.
Please try and tell me if it works (I have no Mac).