Skip to content

Camera.trigger(self) fails (calls non-existing execute_command) #11

@eudoxos

Description

@eudoxos

Hi, thank you for your fantastic wrapper.

One issue in aravis.py:

    def trigger(self):
        """
        trigger camera to take a picture when camera is in software trigger mode
        """
        self.execute_command("TriggerSoftware")

however, execute_command is not defined.

Should this be perhaps replaced by calling self.cam.software_trigger() directly? Just guessing, unable to test at the moment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions