nullboundary / Triggertrap

Triggertrap is an universal camera trigger.
http://triggertrap.com/
GNU General Public License v3.0
8 stars 29 forks source link

Canon IR sequence #36

Closed Triggertrap closed 12 years ago

Triggertrap commented 12 years ago

This needs to be rolled in for Canon support. There are some minor changes that made it work, notably the frequency and off delay.. In Trigger.cpp:

void Trigger::IRTransmit() { unsigned int CanonBuffer[] = {490,7400,490}; //shutter irsend.sendRaw(CanonBuffer,4,33); }

nullboundary commented 12 years ago

done