公告版位

目前分類:Processing使用筆記 (8)

瀏覽方式: 標題列表 簡短摘要

想不到一陣子沒接觸Processing出了本新書了

Getting Started with Processing

Getting Started with Processing 

mming 發表在 痞客邦 留言(0) 人氣()

Processing in Eclipse

 http://processing.org/learning/tutorials/eclipse/

This tutorial is for Processing version 1.0+. If you see any errors or have comments, please let us know.

 

This tutorial assumes you already have Java and Processing installed on your computer. This is also not an Eclipse tutorial, but just covers the basics to get you up and running with Processing in Eclipse.
Step 1. Download and install Eclipse(下載並安裝Eclipse)

Grab "Eclipse IDE for Java Developers" from http://www.eclipse.org/downloads/. When you first run eclipse, it will ask you for a workspace directory. This is the directory where you will store your project files so pick something reasonable that you will remember.

mming 發表在 痞客邦 留言(0) 人氣()

在此之前,就是一個單純的懶= =

一直想說應該有方法可以解決processing.video解析度很差的問題orz

結果到現在終於去使用了JMyron,果然,人還是不能太懶

mming 發表在 痞客邦 留言(0) 人氣()

遇到了個奇妙的問題cannot find a class or type named "test"

解然後就覺得很奇怪,原來是void setup建構的地方沒打,就會出現這個錯誤

test h1 = new test(); 

mming 發表在 痞客邦 留言(0) 人氣()

用eclipse來add external jar變的很好開發程式尤其是語法的部份,會讓人可以預覽有那些語法,可以省去看javadoc的時間(其實是我懶),只是遇到processing.video的地方= =
變的很慘,偶爾能用偶爾不能用,視窗一開,讀webcam,只要看到畫面是全白的代表applet掛了,真是麻煩
看來要把eclipse當成開發工具,程式寫好將資料copy到processing內執行了

mming 發表在 痞客邦 留言(0) 人氣()


先說明我使用的設備,我使用的是"QuickCam Orbit/Sphere AF-WDM",QuickTime 7.5 & WinVDIG1.01
首先遇到了quicktime.std.stdQTException(QTjava:6.1.3gl),-9405=couldntgetrequiredcomponent,qtversion:7108000 at quicktime.std.stdQTExceptionchekcerror這個問題6版的,在這段安裝的時間,我都只有灌羅技的driver而已沒灌他的軟體

mming 發表在 痞客邦 留言(0) 人氣()

轉到eclipse後有一些地方變的不太一樣,要去熟悉
連結webcam的部份我是使用Libraries內的video,
import processing.video.*;

mming 發表在 痞客邦 留言(2) 人氣()

這個方法是從http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1117133941
上面那個網址看來的,為什麼要用eclipse來開發呢= =,因為,processing找不到我要載入的jar檔
沒辦法,只好改個工具了,雖然我本來就不是很呷意processing的開發介面

文章標籤

mming 發表在 痞客邦 留言(0) 人氣()