Skip to content

This project aims to use persuasive techniques to increase pro-environmental behaviors, in specific to stop littering. Using projection mapping, a trash bin is given a personality and reacts to the users' actions.

Notifications You must be signed in to change notification settings

alexgfaria/LitterDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persuasive Technologies for Increasing on Pro-Environmental Behaviors

This project aims to use persuasive techniques to increase pro-environmental behaviors, in specific to stop littering. Using projection mapping, a trash bin is given a personality and reacts to the users' actions.

Notes

Ambient sounds should be played in loop using .loop() while sound effects should be played once using .play().

To delete an object in java do:

Object a = new Object();
a = null; //after this, if there is no reference to the object, it will be deleted by the garbage collector

LFS

Github doesn't support large files over 100MB. For this reason we need to use git lfs.

git lfs install
git lfs track data/

git add .
git commit -m "message"
git push

If there are problems with pushing, try:

git lfs migrate

Installation

brew install --cask processing

When cloning this project, please add the data folder to the main folder. These two are separated because this project's data surpaces the bandwidth allowed by GitHub.

Libraries

  • Open Kinect for Processing
  • Keystone
  • Video
  • Sound

License

MIT License

Copyright (c) 2021 João Alexis Gordinho Faria

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This project aims to use persuasive techniques to increase pro-environmental behaviors, in specific to stop littering. Using projection mapping, a trash bin is given a personality and reacts to the users' actions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published