You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run with an ImperX P67-C1911C-RC000 PoE Camera
$ rosrun camera_aravis cam_aravis
Originally had an issue with a segmentation fault at this line: config_.TriggerMode = implemented_features_["TriggerMode"] ? arv_device_get_string_feature_value(p_device_, "TriggerMode") : "Off"; config_.TriggerSource = implemented_features_["TriggerSource"] ? arv_device_get_string_feature_value(p_device_, "TriggerSource") : "Software";
I hardcoded the TriggerMode and TriggerSource to Off and Line1.
Trying to run with an ImperX P67-C1911C-RC000 PoE Camera
$ rosrun camera_aravis cam_aravis
Originally had an issue with a segmentation fault at this line:
config_.TriggerMode = implemented_features_["TriggerMode"] ? arv_device_get_string_feature_value(p_device_, "TriggerMode") : "Off"; config_.TriggerSource = implemented_features_["TriggerSource"] ? arv_device_get_string_feature_value(p_device_, "TriggerSource") : "Software";
I hardcoded the TriggerMode and TriggerSource to Off and Line1.
Now I get this error:
`(process:234237): Aravis-CRITICAL **: 14:01:16.212: arv_stream_get_statistics: assertion 'ARV_IS_STREAM (stream)' failed
[ INFO] [1736431276.213061176]: Completed buffers = 0
[ INFO] [1736431276.213097056]: Failures = 0
[ INFO] [1736431276.213119884]: Underruns = 0
(process:234237): Aravis-CRITICAL **: 14:01:16.213: arv_gv_stream_get_statistics: assertion 'ARV_IS_GV_STREAM (gv_stream)' failed
[ INFO] [1736431276.213203466]: Resent buffers = 0
[ INFO] [1736431276.213227919]: Missing = 139834603205124
(process:234237): GLib-GObject-CRITICAL **: 14:01:16.213: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
`
Any suggestions?
The text was updated successfully, but these errors were encountered: