10/05/19 23:06:16 YOGLUIGv
>>804
fswebcamで画像は取り込めたので、/dev/video0としては認識していると思います。
# luvcview -L
とすると、こんな感じでカメラの対応スペックが表示されました。
SDL information:
Video driver: fbcon
Hardware surfaces are available (64k video memory)
Device information:
Device path: /dev/video0
/dev/video0 does not support read i/o
{ pixelformat = 'MJPG', description = 'MJPEG' }
{ discrete: width = 640, height = 480 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
{ discrete: width = 352, height = 288 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
{ discrete: width = 320, height = 240 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
{ discrete: width = 176, height = 144 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
{ discrete: width = 160, height = 120 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
気になるのは"/dev/video0 does not support read i/o"の部分です。
また、pixelformatもURLリンク(questionbox.jp.msn.com)と言う事もあるそうで。
元々かなり低スペック機(Celeron700Mhz-256MB)で実験しているので、ストリーミング自体無理な気もしてきたのですが。