aravis
aravis copied to clipboard
Imperx c2010 support
Describe the bug I have connected my gige vision camera (Imperx c2010 PoE 3MP CMOS camera) and I have installed aravis 0.8 and all dependencies.
Bug 1: when running ./arv-viewer-0.8 the camera populates a row correctly, but when I select it and press play button all I see is black screen.
Bug 2:
when running ./arv-camera-test I get the following (0 FPS, no frames being captured):
Looking for the first available camera
vendor name = Imperx, Inc
model name = POE-C2010C-RC0000000
device id =
To Reproduce
- download aravis/ dependencies
- build repo
- connect "Imperx c2010 PoE 3MP CMOS camera" to ethernet port
- run both arv-viewer-0.8, and arv-camera-test
Expected behavior I expected to see frames being received (36FPS on manufacturer website), and to see video when running viewer.
Camera description:
- Manufacturer = Imperx
- Model = c2010
- Interface = [ethernet (gigE vision)]
Platform description:
- Aravis version = 0.8
- OS = Ubuntu 18.04.4 LTS
- Hardware = aarch64, running on jetson xavier AGX
Additional context I have got the camera up and running (showing video) with the manufacturers SDK just fine. The reason I need aravis is I need to plug the stream into a gstreamer pipeline, and their SDK doesn't provide that functionality.
attached these files I have piped all of the debug info to! I hope this helps solve this mystery :)
I'm seeing in the log that packet socket is enabled. Could you try to disable it ?
Did you try aravis with this device on a intel platform ?
Yes I had enabled it I believe. I could try disabling it on Monday!
I haven't tried it with an intel computer because my use case is on the Jetson. If it would help solve the issue, I could try it out on one.