Skip to content

Aravis cam always use 30 fps #14

Description

@ArkadiuszRaj

Inside AcqThread, while initializing camera there is such a code:

// SET FPS.
if(!mDevice->setCameraFPS())
    return false;

// INIT CAMERA.
if(!mDevice->initializeCamera())
    return false;

The problem is that for AravisGigeCamera, initializeCamera() enforces 30 fps thus using setCameraFPS() is ineffective.

A temporary solution is replace those two code blocks with each other. I could place a pull request however I have no idea now how such a change will influence all other input sources. Thus writing a ticket only.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions