Closed GJChen919 closed 2 years ago
Hi,
...
arv_camera_set_frame_rate(camera, 4.0, NULL);
This function actually changes the trigger settings, and makes the camera emit 4 images per second. You should remove this call if you want to trigger the image acquisition using arv_camera_software_trigger()
.
Cheers.
@EmmanuelP Very thanks, it solved.
Describe the bug Receive images continuously using ArvStream in software trigger mode
To Reproduce I receives images with
ArvStream
based on the sample code -arvexample.c
and I try to change the trigger source - software in the below codes:The output of features are fine, but I still receives many images after
AcquisitionStart
with no other operation.Expected behavior Unless I call
arv_camera_software_trigger or arv_device_execute_command(TriggerSoftware)
, it shouldn't comes any image generally.Camera description:
Platform description:
Additional context My code is main_isu.zip in the attatched