Von: Sebastian Setz
Hallo fdietsch, ich besitze die Kamera leider nicht. Hast Du einen original Sony Auslöser mit dem die Kamera funktioniert? Sebastian
View ArticleVon: chenjun
//for sony dv Sonydv::Sonydv(int pin) { pinMode(pin, OUTPUT); _pin = pin; _freq = 38; } void Sonydv::shutterNow() { bool _seq[] = { 1,0,1,0,1,0,0,1,0,0,1,1,1,0,1 }; for (int j=0;j<3;j++) {...
View ArticleVon: Mario
Wie bringe ich diesen Code zum laufen? Er lässt sich bei mir nicht compilieren… Gruss und Danke
View ArticleVon: Sebastian Setz
Hallo Mario, der muss in die Bibliothek kopiert werden. Dann steht Dir die Funktion Sonydv zur Verfügung. Grüße Sebastian
View ArticleVon: Mario
Hi Sebastian, danke für die rasche Antwort! Leider funktioniert das ganze trotzdem nicht mit meiner Sony Alpha 6000…. Versuch wars wert. Danke und Gruss Mario
View ArticleVon: Michael Blank
Hi Guys, I’m very new to the Arduino Controller (but photographing almost 15 years). Anyone experiences using the code for the Canon EOS 6D? I’ve tried with two different IR diodes, but it won’t work?...
View ArticleVon: steiger
Hallo, ich möchte ein Photo Booth bauen, ich habe schon einiges gelesen aber es ist immer nicht das was ich mir vorstelle. Ich möchte meine Kamera ( Canon EOS 500D) mit einem Youngnuo RF-603 auslösen,...
View ArticleVon: Wianki
Hallo Sebastian, ich bin an IR Control interessiert. Wo finde ich eine Liste der Bauteile (Bezeichnung der Diode, die Parameter der Widerstände, etc.)? Welche Verkabelung würdest Du empfehlen (Standard...
View ArticleVon: Wianki
Hello Sebastian, Do I need a special IR-LED ? I have already tried with IR-LED TSUS5401 (common to CQY99)...
View ArticleVon: Kim
Hi Sebastian The library works fine, except when I use Serial.println(„something“). I could get around this by removing all calls to Serial.println, but I would like to use it to debug, and output...
View ArticleVon: Charles
Hi, Please excuse my ignorance – but I am new to Arduino / programming. I’d like to see what functions / commands exist within your library so that I can write a sketch to use with my Canon 5DMkIII and...
View ArticleVon: Sebastian Setz
Hello Charles, Do I need to identify the exact camera model as a variable? No, just the brand. I have built the simple circuit using a 940nm IR led and run your example sketch – but no shutter release...
View ArticleVon: chriskee
Hallo zusammen, ich habe leider nur eine Sony Alpha 230, hat jemand Erfahrung der Sketch mit diese Kamera funktioniert ? Vielen Dank und Grüße chriskee
View ArticleVon: Charles
Hi Sebastian, Bit of a learning curve but spent the day looking into how to get the Canon 5DMkII and 7D MkII to work. With an infrared detector and an Arduino sketch I found that the RC-6 remote from...
View ArticleVon: Georg Ottinger
Thx Charles for analyzing the RC6 – saved me a lot of time – here is the code snipplet I am using class CanonRC6{ public: CanonRC6(int pin); void shutterNow(); private: int _pin; int _freq; };...
View ArticleVon: thomastel91
HELP: hello : Hello , I 'm STI2D terminal and draft court . The project involves making an infrared remote control ( coded rc6 ) to send information to a camera (canon eos 500d ) for it to take a photo...
View ArticleVon: Sebastian Setz
Hello, it looks like the current version does not support the RC6 remote. You have to modify the library like Charles did. Or you wait until I update the library. Sebastian
View ArticleVon: Sebastian
Hallo, zunächst muss ich mich für dieses tolle Projekt bedanken, hiermit konnte ich nach sehr langer Suche, endlich die Foto-Box realisieren, die sich mein Bruder zu seiner Hochzeit gewünscht hat. Ich...
View Article