Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
|
ateliers:pepper-ghost-hologramme:tests [2018/09/21 16:38] resonance créée |
ateliers:pepper-ghost-hologramme:tests [2018/10/24 20:36] (Version actuelle) resonance [recherches] |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ====== |
| + | ==== Histoire de jeux d' | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | === théatre optique (ou Pepper' | ||
| + | {{: | ||
| + | {{: | ||
| + | {{youtube> | ||
| + | |||
| + | Le théatre optique d' | ||
| + | |||
| + | |||
| + | {{: | ||
| + | [[https:// | ||
| + | === Effet Schüfftan === | ||
| + | [[https:// | ||
| + | {{youtube> | ||
| + | {{: | ||
| + | source [[https:// | ||
| + | ====le téléprompteur ==== | ||
| + | Le prompteur est un usage moderne basé sur les mêmes principes : | ||
| + | {{: | ||
| + | //source [[http:// | ||
| + | **légende schema:** \\ | ||
| + | 1 - camera vidéo\\ | ||
| + | 2 - cache\\ | ||
| + | 3 - écran vidéo\\ | ||
| + | 4 - matériaux semi-réfléchissant\\ | ||
| + | 5 - point de vue du sujet\\ | ||
| + | 6 - image virtuelle de l' | ||
| + | ==== Intégration de technique multimédia ==== | ||
| + | |||
| + | |||
| + | === recherches === | ||
| + | <WRAP group> | ||
| + | <WRAP third column> | ||
| + | <WRAP third column> | ||
| + | <WRAP third column> | ||
| + | {{: | ||
| + | </ | ||
| + | ==== Contraintes scenographiques et jeu d' | ||
| + | === kit pepper ghost D.I.Y === | ||
| + | == code arduino == | ||
| + | ++++ led-bar-3lights.ino | | ||
| + | <code cpp> | ||
| + | // color swirl! connect an RGB LED to the PWM pins as indicated | ||
| + | // in the #defines | ||
| + | // public domain, enjoy! | ||
| + | |||
| + | #define BGleds 3 | ||
| + | #define MIDleds 6 | ||
| + | #define FRONTleds 9 | ||
| + | |||
| + | int BGpin = A0; | ||
| + | int MIDpin = A1; | ||
| + | int FRONTpin = A2; | ||
| + | int BG = 0; | ||
| + | int MID = 0; | ||
| + | int FRONT = 0; | ||
| + | |||
| + | void setup() { | ||
| + | Serial.begin(9600); | ||
| + | pinMode(BGleds, | ||
| + | pinMode(MIDleds, | ||
| + | pinMode(FRONTleds, | ||
| + | } | ||
| + | |||
| + | |||
| + | void loop() { | ||
| + | |||
| + | // read pots | ||
| + | BG = analogRead(BGpin); | ||
| + | MID = analogRead(MIDpin); | ||
| + | FRONT = analogRead(FRONTpin); | ||
| + | | ||
| + | BG = map(BG, | ||
| + | MID = map(MID, | ||
| + | FRONT = map(FRONT, | ||
| + | | ||
| + | Serial.println(BG); | ||
| + | Serial.println(MID); | ||
| + | Serial.println(FRONT); | ||
| + | analogWrite(BGleds, | ||
| + | analogWrite(MIDleds, | ||
| + | analogWrite(FRONTleds, | ||
| + | delay(5); | ||
| + | |||
| + | } | ||
| + | </ | ||
| + | ++++ | ||
| + | == dev box == | ||
| + | * {{ : | ||
| + | * {{ : | ||
| + | * {{ : | ||
| + | * {{ : | ||
| + | * {{ : | ||
| + | === materiaux === | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * tissus , tulle, toile semi transparente ? ... | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== 1048x1536 : ===== | ===== 1048x1536 : ===== | ||
| {{: | {{: | ||