Skip to content

Webcam Addon for Godot 3.4 and above (currently Linux only)

Notifications You must be signed in to change notification settings

d-sacre/godot-webcam-integration

 
 

Repository files navigation

Godot Version Godot Version

Godot-Webcam-Integration

This is a Webcam Addon for Godot 3.4 and higher (currently only Linux x86_64 and mjpeg only, via v4l2)

Building Process

1) Cloning of git Repository

Clone the git repository and initialize the subrepositories

git clone --recursive https://github.com/d-sacre/godot-webcam-integration

2) Building of Library

cd ./godot-webcam-integration
mkdir build
cd build
cmake ..
make

Usage

Copy webcam-sample-project/webcam into your project to use it.

About

Webcam Addon for Godot 3.4 and above (currently Linux only)

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 90.1%
  • GDScript 5.4%
  • CMake 4.5%