דברים שרואים מכאן לא רואים בכלל
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
The Dod 2dfdc7cbef Screenshots are now photos 18 stundas atpakaļ
HuzzahAPDistance Add fritzing schematics 2 nedēļas atpakaļ
static Screenshots are now photos 18 stundas atpakaļ
templates Don't start marquee while hidden (d'Oh) 1 dienu atpakaļ
.gitignore Add neo option, configurable videos 1 nedēļu atpakaļ
README.md Screenshots are now photos 18 stundas atpakaļ
app.py Add neo option, configurable videos 1 nedēļu atpakaļ
requirements.txt mor elenient requirements.txt 3 dienas atpakaļ
run.sh Add serve.sh (without kiosk browser) 2 dienas atpakaļ
serve.sh Add serve.sh (without kiosk browser) 2 dienas atpakaļ

README.md

Eye of Beholder

A work about false narratives, dead journalists, and not-so-innocent bystanders.

This work involves a display and a distance sensor (HC-SR04).

  • When far from the screen, we see video describing Gazan reporters who were killed by IDF (interviews with them, footage of them reporting, and/or documentation of the attack that killed them). At the bottom we can see a blurred text ticker.
  • The closer we get to the screen, the video becomes more blurred and the ticker becomes more focused. The ticker is in Hebrew and quotes Israeli media claiming the slain reporters were terrorists.
  • Once the video ends, we continue with different videos, showing other reporters, each with a new Hebrew ticker that allegedly justifies the killing of whoever the video describes.

View when far from screen (דברים שרואים משם)

clear video of the reporter Ana A-Sharif, blurred text

View when near screen (לא רואים מכאן)

blurred video, clear ticker claiming reporter was a terrorist


How to

Install distance sensor server (on Adafruit Feather HUZZAH ESP8266 board)

$ cd HuzzahAPDistance
$ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)

Upload to the Huzzah board, and connect it to HC-SR04 like this:

Scematic diagram

Test distance sensor server

Connect PC to the WiFi network you’ve defined at config.h

Browse to http://192.168.115.23. You should see a report of list of current client MAC addresses (typically, only yours), and a link to a JSON end point that returns distance.

Install web server (on linux PC)

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ cd ../static/js
$ cp config.js.example config.js # and edit it according to room size, etc.

Debug and calibrate server

$ ./serve.sh

This will start a localhost web server. You can see the work at http://localhost:5000/

You can also browse to http://localhost:5000/p to see distance as a progress bar (this can help callibrate static/js/config.js according to room size).

Run in production

$ ./run.sh

This will start the server and run a browser in kiosk mode.