I don't know if this is the right place for me to ask this as I'm fairly new here. I'm doing an installation for my multimedia class but it's my first time using Arduino. I'm trying to find a way to control video playback speed using a heart rate sensor. I looked up in the web but I couldn't find anything that would help me.
You can either use an Arduino as a pretend USB keyboard and enter keyboard shortcuts to change the frame-rate of your video (only works with Arduino Leonardo, Due, Zero, and Micro, to name a few) or you can send your heart-rate data over the serial port to your computer and have a simple Python program play the video at a certain speed depending on what numbers your Arduino sends.