First page
Back
Continue
Last page
Overview
Graphics
Java擷取WebCAM
http://webcam-capture.sarxos.pl/
import com.github.sarxos.webcam.*;
Webcam 物件處理Webcam
getDefault() 取得系統webcam
open() 打開
getImage() 取得影像
WebcamPanel 物件可以協助展示Webcam影像
http://webcam-capture.sarxos.pl/
import com.github.sarxos.webcam.*;
參考p15,p16