Skip to content

CaptureDevice.EVENT_STILL_IMAGE_READY never dispatched #10

@ddennis

Description

@ddennis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions