Skip to content
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

Issues with an ImperX P67-C1911C-RC000 PoE Camera #39

Open
jemeola opened this issue Jan 9, 2025 · 0 comments
Open

Issues with an ImperX P67-C1911C-RC000 PoE Camera #39

jemeola opened this issue Jan 9, 2025 · 0 comments

Comments

@jemeola
Copy link

jemeola commented Jan 9, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant