Learn to recognize red flags in advertising by constructing your own questionable advertisement.
- If Meteor isn't installed on your machine, install via Terminal:
curl https://install.meteor.com/ | sh
- Clone this repo from desired directory.
git clone https://github.com/scimusmn/qmd-ad-builder.git
- Run
meteor npm install
from project directory.
- Using Terminal, change directories into project. e.g.
cd ~/Desktop/qmd-ad-builder
- Run
meteor --settings settings-kiosk.json
from project directory. - Navigate Google Chrome to
http://localhost:3000/
• Pressing the D
key toggles the debug view. Pressing the LEFT
and RIGHT
keys cycle through assets for 'active' item.
• In debug mode, you can drag the corners of the quad in the upper-left so it fits the area you'd like to track. This remaps the distorted coordinates from the camera space into the poster space.
• If USB camera is not recognized after plugging in, try running these two commands in succession:
sudo killall VDCAssistant
sudo killall AppleCameraAssistant