DSLR 沒觸控.. 沒問題 ..JB您的DSLR .. NDS 上陣..

以下是英文網站

http://www.hdrlabs.com/occ/index.html

這網站中有教導如何用NDS 連結操作CANON, OLYMPUS, SIGMA 的DSLR.

並含有
製作線材製作方法, 電路版, 程式 連線方法及組裝方法...

真的很神奇 呵呵呵.. 用觸控的方法控制DSLR方便多了...

會英文的大大可以直接去看原文網站, 如果有需要的人我也可幫忙翻譯其中段落^^

沒想到NDSL還可以這樣用...

作者列的特點
•8 Hours Battery Life
•Fits in a Jeans Pocket
•Color LCD Touchscreen
•For Canons and more
Community Driven
•Open Source Platform
•Homebrew Apps
•DIY Hardware
Advanced Shooting
•Unlimited AEB
•Sound Trigger
•Motion Sensing
•Timelapse
•Sun-/Moonrise aware

DSLR 沒觸控.. 沒問題  ..JB您的DSLR .. NDS 上陣..


DSLR 沒觸控.. 沒問題  ..JB您的DSLR .. NDS 上陣..

以下機種適用

the Canon 30D,40D,50D, 5D, & 5D Mark II (check the forum to see what cameras our users have also tried.) The fastest shutter speed we’ve been able to obtain is about 1/200 using a Canon 5D, though our bracketing software has placed the limit at 1/20 of a second because that has been the most reliably reproducible shutter speed

Sigma DSLR’s, the Casio EX-FX1, and the Olympus E-P1

控制畫面
DSLR 沒觸控.. 沒問題  ..JB您的DSLR .. NDS 上陣..

照相方式
To begin shooting, hold the left and right shoulder triggers on the back of the DS
按下LR 按鈕@_@


文章關鍵字
太猛了吧!!!

看來我塵封已久NDSL可以有點用處了XD
哈哈
http://album.blog.webs-tv.net/yen624 我的相簿
yen77624 wrote:
太猛了吧!!!看來我...(恕刪)


是啊.. 國外有些網站剛開始熱烈討論中.. 真神奇...這樣就不用看那個小小的螢幕了

超大的螢幕orz... 還有觸控...

不過作者會不會是玩一玩下載遊戲, 突然靈機一動寫的就不知了.. 看看ndsl後方那張卡帶真熟悉啊
...
我是看過用iphone當快門線啦
O_O

國外的網站

這是搜尋的
應該還有其他的網站有介紹

現在想想, 應該可以搞的比NDS威
看看有沒有人做出來
iphone跟5d2合體感覺好酷!!!
Fabrizio wrote:
...我是看過用ip...(恕刪)


螢幕大小有差 , nds大許多.

另外此project中的 線材 ,卡帶都可以自己找 自己diy. 軟體也是免費的

iphone的為收費的

這款軟體作者也支援非canon相機
Fabrizio wrote:
...我是看過用ip...(恕刪)

iPhone是個很龜毛的產品,凡是要設計軟體都要經過蘋果的授權之後才能夠使用,每年開發工具還要給點錢....我就曾經是受害者...

不過坊間的破解系統就可以突破這個限制,但是拿這東西去做,不實際...因為CP值太低。
如果弄個電子快門線成本也不必那麼高。只是那種東西應該還是興趣、好玩吧!

我簡單看了程式碼,就是掌控時間。如果手上有個小電腦,EOS 工具就可以做到很多,
還是覺得這只是好玩,經濟效率實在太低了。

不過要稱讚他們一下,讓我們見識到了這個時代無所不能的創意!
請問跟直接接nd(若nb也是觸控的面板)操作和功能差在哪些
製作方式










int FullPressPin = 13;

int HalfPressPin = 12;

int ShutterState = LOW;

int IsShooting = 0;

volatile int state = LOW;



void setup()

{

pinMode(HalfPressPin, OUTPUT);

pinMode(FullPressPin , OUTPUT);

attachInterrupt(0, ProcessDSSignalRising, RISING);

attachInterrupt(1, ProcessDSSignalFalling, FALLING);

ShutterState=LOW; //Unpress shutter button if it is in an unknown state

digitalWrite(FullPressPin, ShutterState);

digitalWrite(HalfPressPin, ShutterState);

}



void loop()

{

if (IsShooting = 0){

ShutterState=LOW;

digitalWrite(FullPressPin, ShutterState);

digitalWrite(HalfPressPin, ShutterState);

}

// Essentially we are doing nothing here, but could use

// the time to monitor external sensors or input

// Perhaps there is a power-saving mode we could utilize

}



void ProcessDSSignalRising()

{

ShutterState=LOW;

digitalWrite(FullPressPin, ShutterState);

digitalWrite(HalfPressPin, ShutterState);

IsShooting=0;

}



void ProcessDSSignalFalling()

{

ShutterState=HIGH;

digitalWrite(HalfPressPin, ShutterState);

// add a delay here to make HalfPress longer

// Wait doesn\'t work in interrupt loops

digitalWrite(FullPressPin, ShutterState);

IsShooting=1;

}





轉貼於此http://www.hdrlabs.com/occ/hardware.html

http://picasaweb.google.com.tw/pitswang 寧願後悔做過的事 也不要後悔沒做過
wongkain2001 wrote:
請問跟直接接nd(若...(恕刪)


ndsl 8hr以上電力.

小巧..

nb太大隻不好攜帶..

順便可以體驗diy的樂趣

畢竟作者公布了一切需要的東西

含電路版
還蠻有趣的,不過感覺又缺了兩隻手可以用...
不曉得從相機架好,要橋多久才能拍一張照片喔?
要是用筆電可能還要等開機吧...
文章分享
評分
評分
複製連結

今日熱門文章 網友點擊推薦!