-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I am using a Logitech® HD Pro Webcam C920.
I am trying to get a still image from my webcam.This feature should be accessible through Direct Show on windows. The video feed is working perfectly, but my camera also has a still image feature, which is able to capture a still image in 15Mega pixel.
I am assuming the captureStillImage() function would be able to grab this high resolution image, but the CaptureDevice.EVENT_STILL_IMAGE_READY never dispatches.
mycapt = new CaptureDevice(dev.name, 1920 , 1080, 60, 3);
capt.setupForDataType(CaptureDevice.GET_FRAME_BITMAP);
mycapt.addEventListener(CaptureDevice.EVENT_STILL_IMAGE_READY, onStillImageReady)
mycapt.captureStillImage()
Am i missing something?
/Thanks
Dennis
I am running AIR 4.0, Windows 7, using Flashdevelop. I have installed the logitech drivers