Can't compile mediamtx-rpicamera with Arducam's libcamera_dev on Bullseye #4507
Replies: 4 comments 10 replies
-
I'm trying to unravel this stuff too... Now I'm trying to get mediamtx to use my compiled mediamtx-rpicamera but it looks like I have to rebuild mediamtx from source, which makes no sense to me since mediamtx-rpicamera is a separate executable. Sigh. Also, |
Beta Was this translation helpful? Give feedback.
-
@SamDecrock the custom libcamera they are providing for the IMX519 is an older one (< 0.3.0) with an API which is different from the one of newer versions. We can try to adapt our code in order to provide compatibility with both APIs, but the best option is contacting Arducam and tell them to bump the library. |
Beta Was this translation helpful? Give feedback.
-
@SamDecrock in the arducam-pivariety driver repository you can find this notice:
Therefore, a custom libcamera should not be necessary anymore. Furthermore, the libcamera present in the arducam-pivariety repository has not been updated in 3 years. Therefore:
|
Beta Was this translation helpful? Give feedback.
-
Turns out my IMX519 module was broken. I got a new and now it works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have an ArduCam 16MP IMX519 and want the autofocus to work in MediaMTX.
I'm trying to build
mediamtx-rpicamera
with thelibcamera_dev
installed from these instructions: https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera/16MP-IMX519/#software-guide-for-imx519-autofocus-cameraI'm on Bullseye (tried Bookworm but couldn't get the camera to function).
When compiling
mediamtx-rpicamera
, I get this error:Could it be that one of these libraries (this library or ArduCam's
libcamera_dev
) need updating?Thanks,
Sam
Beta Was this translation helpful? Give feedback.
All reactions