Camera usage

We have a camera with a resolution of 1600*1200.Jmf is detecting the camera but we are not able to capture images using Jmstudio.Does the high resolution of camera has anythin to do with this................
[214 byte] By [jai_TCEa] at [2007-10-3 4:32:20]
# 1

I think your camera must have to have a VFW driver ( video for windows ), or V4L ( video for linux ).I "think" a WDM driver for Windows works too.

Whenever I want to grab photos / single frames from a webcam, I've been opening a video feed. So I can view the live video on screen, and grab an image from that.

Here's full source code to do that :

http://forum.java.sun.com/thread.jspa?threadID=570463&tstart=50

However, since it's opening a video feed, you only get the max video resolution available to JMF.

So if your camera supports still photos at 1600 x 1200, but only video capture at 640 x 480.... then JMF will probably only be able to capture video & photos at 640 x 480.

regards,

Owen

omcgoverna at 2007-7-14 22:35:51 > top of Java-index,Security,Cryptography...