I have a matrix vision camera (mvbluefox) that has 30962080 resolution.
I am trying the get the full frame resolution out of the aravis gstreamer element but the maximum it gives me is 19201080. When I use the aravis GUI, I can get the full resolution though.
Please provide me with suggestion on how to get full frame resolution. The answer is critical for our application.
I did not do anything rather than turning the raspberry pi off and on.
I have another issue. When I use the aravis element within a gstreamer pipeline, it works without sudo on the rasberry pi. When I use sudo at the beginning it says: " no such element or plug in aravissrc".
exmple:
gst-inspect-1.0 aravissrc — > working
sudo gst-inspect-1.0 aravissrc — > not working, " no such element or plug in aravissrc".
How do I fix this problem ? My hardware is raspberry pi. I use legacy buster OS.