浏览代码

README edit

master
The Dod 3 天前
父节点
当前提交
55fb409db0
共有 1 个文件被更改,包括 15 次插入6 次删除
  1. 15
    6
      README.md

+ 15
- 6
README.md 查看文件

1
 # Eye of Beholder
1
 # Eye of Beholder
2
 
2
 
3
-A work about false narratives, dead journalists, and not-so-innocent bystanders.
3
+### A work about false narratives, dead journalists, and not-so-innocent bystanders.
4
 
4
 
5
-#### דברים שרואים משם
5
+This work involves a display and a distance sensor ([HC-SR04](https://www.sparkfun.com/ultrasonic-distance-sensor-hc-sr04.html)).
6
+
7
+* 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.
8
+* 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.
9
+* 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.
10
+
11
+#### View when far from screen (דברים שרואים משם)
6
 
12
 
7
 ![clear video of the reporter Ana A-Sharif, blurred text](static/gfx/foreign-beholder.png)
13
 ![clear video of the reporter Ana A-Sharif, blurred text](static/gfx/foreign-beholder.png)
8
 
14
 
9
-#### לא רואים מכאן
15
+#### View when near screen (לא רואים מכאן)
10
 
16
 
11
 ![blurred video, clear ticker claiming reporter was a terrorist](static/gfx/local-beholder.png)
17
 ![blurred video, clear ticker claiming reporter was a terrorist](static/gfx/local-beholder.png)
12
 
18
 
19
+----
20
+
21
+### How to
13
 
22
 
14
 
23
 
15
-### Install distance sensor server (on [Adafruit Feather HUZZAH ESP8266](https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/) board)
24
+#### Install distance sensor server (on [Adafruit Feather HUZZAH ESP8266](https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/) board)
16
 ```
25
 ```
17
 $ cd HuzzahAPDistance
26
 $ cd HuzzahAPDistance
18
 $ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)
27
 $ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)
46
 ```
55
 ```
47
 
56
 
48
 
57
 
49
-Browse to [http://localhost:5000](http://localhost:5000) to see the work.
58
+This will start a localhost web server and launch firefox in kiosk mode at [http://localhost:5000/](http://localhost:5000/)
50
 
59
 
51
-Browse to [http://localhost:5000/p](http://localhost:5000/p) to see distance as a progress bar (this can help callibrate `static/js/config.js`)
60
+You can also browse to [http://localhost:5000/p](http://localhost:5000/p) to see distance as a progress bar (this can help callibrate `static/js/config.js` according to room size)

正在加载...
取消
保存