Skip to content

ofVideoGrabber with bUseTexture = false does not update #4811

Closed
@ghost

Description

i'm on OS X 10.10 with OF 0.9.0 and Xcode 6.4

will trying to make a headless app via ofAppNoWindow i noticed when setting up ofVideoGrabber like so:

vidGrabber.setup(camWidth,camHeight,false);

vidGrabber.isFrameNew() always returns 0.
looking in to void ofVideoGrabber::update() need bUseTexture to be true otherwise nothing happens.

is it even possible to use the camera image with bUseTexture = false?
thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions