bash - Raspberry Pi IR Receiver Software -
i trying use raspberry pi take picture using camera when button on ir blaster pressed, , not want use media center software. how program ir part?
lirc
, linux infrared remote control, open source project can utilize configure , read various ir commands pretty remote control have lying around. project site: http://www.lirc.org
can use cheap ir recievers, available less $2 dollars us. one: http://www.adafruit.com/products/157
there guide @ http://www.weedpi.com/how-to/add-ir-support-to-your-raspberry-pi/ basic , easy follow, , walk through setting
lirc
, recording input remote, , assigning command run (like raspistill -o cam.jpg
example) when lirc daemon
sees reads command sensor. there tons of other walkthroughs online, though not of them address raspbery pi. once through first one, should able create more complicated configurations.
Comments
Post a Comment