====== recherches ====== ==== Histoire de jeux d'optique ==== * [[https://fr.wikipedia.org/wiki/Lanterne_magique|La lanterne magique : l'ancêtre de la projection]] * [[https://fr.wikipedia.org/wiki/Praxinoscope|wikipédia Le praxinoscope-théâtre]] * [[https://www.canal-u.tv/video/cinematheque_francaise/la_peinture_animee_depuis_emile_reynaud_une_conference_de_dominique_willoughby.5963|Conference sur la peinture animée depuis Emile Reynaud]] === théatre optique (ou Pepper's ghost) === {{:ateliers:pepper-ghost-hologramme:magiclantern.jpg|}} {{:ateliers:pepper-ghost-hologramme:emile-reynaud.jpg?400|}} {{youtube>TAUA6pg_EXk?medium}} Le théatre optique d'Émile Reynaud en 1879 : animation en surimpressions sur un décor fixe, par un jeu de reflets sur une plaque de verre inclinée. {{:projets:laligneclaire:maxresdefault.jpg?|}} [[https://fr.wikipedia.org/wiki/Fant%C3%B4me_de_Pepper|pepper ghost definition wikipédia]] === Effet Schüfftan === [[https://fr.wikipedia.org/wiki/Effet_Sch%C3%BCfftan|Effet Schüfftan wikipédia]] {{youtube>K4oTcWevGfs?medium}} {{:ateliers:pepper-ghost-hologramme:shuman-fx-franceculture.png|}} source [[https://www.franceculture.fr/cinema/de-melies-lodyssee-de-lespace-aux-origines-des-effets-speciaux|Google / France Culture]] ====le téléprompteur ==== Le prompteur est un usage moderne basé sur les mêmes principes : {{:ateliers:pepper-ghost-hologramme:640px-teleprompter_schematic.svg.png|}} //source [[http://www.wikiwand.com/en/Teleprompter|wikiwand]]// \\ **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'écran vidéo\\ ==== Intégration de technique multimédia ==== === recherches === {{:ateliers:pepper-ghost-hologramme:rech1.jpg?400|}} {{:ateliers:pepper-ghost-hologramme:rech2.jpg?400|}} {{:ateliers:pepper-ghost-hologramme:rech3.jpg?400|}} {{:ateliers:pepper-ghost-hologramme:atelier-holo-reso.jpg|}} ==== Contraintes scenographiques et jeu d'objets ==== === kit pepper ghost D.I.Y === == code arduino == ++++ led-bar-3lights.ino | // 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, OUTPUT); pinMode(MIDleds, OUTPUT); pinMode(FRONTleds, OUTPUT); } void loop() { // read pots BG = analogRead(BGpin); MID = analogRead(MIDpin); FRONT = analogRead(FRONTpin); BG = map(BG,0,1024,0,255); MID = map(MID,0,1024,0,255); FRONT = map(FRONT,0,1024,0,255); Serial.println(BG); Serial.println(MID); Serial.println(FRONT); analogWrite(BGleds, BG); analogWrite(MIDleds, MID); analogWrite(FRONTleds, FRONT); delay(5); } ++++ == dev box == * {{ :ateliers:pepper-ghost-hologramme:proto01-hinge3d.stl |test articulation 3D blender pour les supports d'eclairages}} * {{ :ateliers:pepper-ghost-hologramme:proto01-12_.blend |doc blender}} * {{ :ateliers:pepper-ghost-hologramme:proto01-hinge3d2.stl |testsupport2}} * {{ :ateliers:pepper-ghost-hologramme:proto01-12b.blend |blenderb}} * {{ :ateliers:pepper-ghost-hologramme:proto01-hinge3d3.stl |test support3}} === materiaux === * [[https://www.plastiquesurmesure.com/materiaux-plastiques/plaque/plaque-petg-2050x1250-transparent-incolore.html|panneau PET 2m x 1.2m]] * [[https://chabaud-plexi.fr/|chabaud-plexi]] * [[https://www.manomano.fr/vitrerie/film-pvc-rouleau-transparent-couleur-transparent-format-125x35-1156728|rouleau plexy]] * tissus , tulle, toile semi transparente ? ... * [[https://www.leroymerlin.fr/v3/p/produits/lot-de-4-miroirs-non-lumineux-adhesifs-carres-l-10-x-l-10-5-cm-e168852|mirroir]] * [[https://www.alibaba.com/product-detail/China-ENOTECH-hologram-rear-projection-film_1332757711.html|Alibaba rear projection screen]] * [[https://www.creadhesif.com/film-lamination-monomere-mat.html?gclid=Cj0KCQjwyYHaBRDvARIsAHkAXcvmSA_kYTO-fnaSLVfhZHuqFOgTzk5RxB4T_DbkJTw_oOMiAXV7xf0aAlrwEALw_wcB|Film lamination Monomère Mat]] ===== 1048x1536 : ===== {{:ateliers:pepper-ghost-hologramme:test-2048x1536.jpg|}}