We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am pretty new to processing and just started to a group project to make a light sensing thing for children who are scared to the dark, which could turn on a attractive fun video on a wall or a celling throughout their room after sensing the dark.
I would bring arduino code to processing to sense the light value but then, I have no idea how to project the video after sensing the light value? any ideas?
thank you!
Answers
Have you tried the video examples that comes with the library? I have to ask, have you run processing code before? The examples are always a good way to start.
Also having a quick look at the reference: https://processing.org/reference/
For video and webcam: https://processing.org/reference/libraries/video/index.html
To project the video, you could use a video projector if you own one. If you are running processing using a laptop, you can stream video through the secondary video port in the light projector. Then anything you would see in the screen will be projected into the wall or the ceiling. Is that the idea you have in mind?
Kf