-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no image receive when using in software trigger mode at opt-MCC050-GG0 camera #973
Comments
Please use the latest stable release. Please test your device using |
C:\Users\yulsu\Downloads\aravis-0.8.31\install\bin>arv-test-0.8.exe -d all |
arv-camera-test-0.8 |
C:\Users\yulsu\Downloads\aravis-0.8.33\install\bin>arv-camera-test-0.8.exe -d all |
You have an issue with the software trigger, so you have to enable the software trigger input and generate a software trigger. This is configured using --trigger and --software-trigger options. |
where can i set the options? by arv-camera-test-0.8 command or by my camera settings? does it any errors with my attached code? |
Describe the bug
no image recevie when using in software trigger mode
To Reproduce
I receives images with ArvStream based on the sample code - arvexample.c and issues #628 and I try to change the trigger source - software in the below codes:
ArvDevice* dev = arv_camera_get_device(camera);
arv_device_set_string_feature_value(
dev, "AcquisitionMode", "Continuous", nullptr);
The output of features are fine, when TriggerMode set Off, but when TriggerMode set On, software_trigger doesn't get image. plus: Firewall is closed and Camera filter driver doesn't use
Expected behavior
I call arv_camera_software_trigger or arv_device_execute_command(TriggerSoftware), it should comes image generally.
Camera description:
-opt-MCC050-GG0
-GigE
Platform description:
-OS: Windows 10 64bit
-Hardware Intel I7
Additional context
My code is
ctest.zip
The text was updated successfully, but these errors were encountered: