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.
Hi, thank you for your fantastic wrapper.
One issue in aravis.py:
however,
execute_commandis not defined.Should this be perhaps replaced by calling
self.cam.software_trigger()directly? Just guessing, unable to test at the moment.