Be who you want to be! Virtual Painting is a fun photo booth experience where you can take a selfie and then construct a new identity.
This project is intended to be deployed in an exhibition environment, so it automatically resets back to the photo booth screen after 15 seconds of inactivity.
git clone https://github.com/rgardner/Virtual-Painting.git
Install the Kinect for Windows SDK 2.0
- Open the solution in Visual Studio
- Click Start
The directories where the final images are saved and where the selfies are saved can be configured by environment variables:
VirtualPainting_SavedImagesDirectoryPath=C:\Users\<User>\OneDrive
VirtualPainting_SavedBackgroundImagesDirectoryPath=C:\temp
This was forked from Kinect Drawing, created by Vangos Pterneas. His blog posts were also very useful during development of this project, particularly Understanding Kinect Coordinate Mapping.
MIT