AravisProject / aravis

A vision library for genicam based cameras
GNU Lesser General Public License v2.1
872 stars 326 forks source link

arvtest.c Schema=1.1 always fail and trigger failure #872

Open winyio opened 7 months ago

winyio commented 7 months ago

Describe the bug

1 test for Genicam:Schema always results FAILURE if Schema=1.1 2 test for SoftwareTrigger:BufferCheck will results FAILURE 0/5, as the camera need to take some time to enter trigger mode before accepting trigger signals (clear the buffer, drop some frames, put the sensor into trigger mode, etc).

To Reproduce run arv-test-0.10 with test-cfg Schema=1.1

Expected behavior if the xml is ok, should be SUCCESS. set some config value in arv-test.cfg to add intervals before trigger start.

Camera description

Platform description:

Additional context

proposed SoftwareTriggerWait is used to insert some waiting time just after arv_camera_set_trigger. SoftwareTriggerDelay is used for trigger intervals.

1 2