Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgardner/virtual-painting
Interactive, Kinect-based photo booth experience
https://github.com/rgardner/virtual-painting
kinect kinect-v2 paint photobooth wpf
Last synced: about 1 month ago
JSON representation
Interactive, Kinect-based photo booth experience
- Host: GitHub
- URL: https://github.com/rgardner/virtual-painting
- Owner: rgardner
- License: mit
- Created: 2018-11-19T03:31:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T05:04:57.000Z (about 6 years ago)
- Last Synced: 2024-11-05T15:50:55.408Z (3 months ago)
- Topics: kinect, kinect-v2, paint, photobooth, wpf
- Language: C#
- Homepage:
- Size: 9.56 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Painting
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.## Installation
```sh
git clone https://github.com/rgardner/Virtual-Painting.git
```[Install the Kinect for Windows SDK 2.0](https://www.microsoft.com/en-us/download/details.aspx?id=44561)
## Usage
1. Open the solution in Visual Studio
2. Click Start## Configuration
The directories where the final images are saved and where the selfies are
saved can be configured by environment variables:```text
VirtualPainting_SavedImagesDirectoryPath=C:\Users\\OneDrive
VirtualPainting_SavedBackgroundImagesDirectoryPath=C:\temp
```## Credit
This was forked from [Kinect Drawing](https://github.com/LightBuzz/Kinect-Drawing),
created by Vangos Pterneas. His blog posts were also very useful during
development of this project, particularly
[Understanding Kinect Coordinate Mapping](https://pterneas.com/2014/05/06/understanding-kinect-coordinate-mapping/).## License
MIT