Skip to main content

Final Project Research - Final Proposal

This blog post will summarize the proposal for my final project.

Translating Memories.
A brainwave art installation.

This project is based on a lot of things, but mainly from making art that is personal, unique, one-of-a-kind to the person involved in making it, because the art is created by their own personal memory. It will also allow people to express their feelings with the correspondent memory without having to say it out loud.

The projected image will consist of abstract visual created by the combination of lines, shapes, and colors that follows the Geneva Emotion wheel. The Geneva Emotion wheel has been commonly known by psychologists to determine what human emotions are represented by what color and plotted on a 2D valence-activation graph.



This project doesn't really have any particular target audience. Anyone and everyone are welcomed. Art enthusiast or just the curious mind.

The value that I believe when creating this project is it is still uncommon to use neurofeedback as part of our art, it is a new take on digital media. It is interesting and it is interactive art. In the long run, it can help psychologists to better understand their patients without having them to speak about their feelings. The abstract visual (and color) may help the doctors to determine and conclude the range of their patient’s feelings.

Below is a concept video on how I envision this project.


The technologies (software and hardware) that I will be using include Muse2 headband, a third-party app – Muse Monitor, the MuseLab software, and Unity.

Using the Muse headband, it allows us to read the subject’s brain activity by their brainwave. With a third-party app - Muse Monitor, it allows the headset to read the brainwave in real-time, and also let us record and translate the readings into OSC data. The OSC file will then be translated into the MuseLab software and then transferred to Unity to project the abstract visuals.


My next steps on this project will focus more on experimenting, like transferring the brainwave file/ OSC data to Unity and projecting those data into abstract visuals.


Comments

Popular posts from this blog

TouchDesigner Experiment: Inserting OSC data with OSCIn

From one of my last experiment , I tried to change the data input. Instead of using audio, I replaced it with OSC data from my Muse headset. To connect your OSC device to TouchDesigner, make sure that the IP address and port number is the same so the data transfer can be accurate. In this case, I use a third-party app called Mind Monitor (available on iOS devices) to connect my Muse headset to the TouchDesigner software. Below are screenshots and videos from my experiment. You can see that the brainwave data is already recorded in real-time in the software. Then I used the alpha, beta, and theta brainwave to change the movement of the visuals (the chosen brainwave data I used are just placeholders for now to see the movement). Then the data is connected with 'noise', which is like the fluid/abstract visuals you see on the background. I also set the colors to be moving/changing over time.

TouchDesigner Experiment: Audio Reactive Particle Cloud

My second experiment with TouchDesigner is creating this audio-reactive particle visual by following Bileam Tschepe 's tutorial on Youtube. Again, I just followed his tutorial step by step. This tutorial is a little different because it uses both audio and visuals. The visual follows the music in real-time. Other than audio, we are also introduced with the element 'Math' to add the channels of the audio together. This is the end product. Music is FriendsV2 by Muskatt.

Arduino Experiments (pt. 1)

Earlier this week, I bought my first Arduino Kit . Since this is week 6 of term, our lecturer has asked us to display an experiment by week 7. It could be any type of experiment, and it doesn't even have to be related to our project. The reason why I picked to try on Arduino is that I think it's the closest medium I'll be using for my actual work. But I was kind of worried about this, mainly it is because I've never used or tried it before. I've only heard about it but never actually played around with it. So this is the kit I bought. It costs SGD 70 at one of the shops in Sim Lim Tower. It contains a lot of items to try out experiments. It also includes several tutorial cards that can be successfully running with the items provided in the kit. For more detailed tutorials and the codes of each project, we are asked to go to their website and search for the complete step by step tutorials. Thus far, I have tried several projects, and for ...