Search Criteria
Package Details: icamerasrc-git r57.2d36ade-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/icamerasrc-git.git (read-only, click to copy) |
---|---|
Package Base: | icamerasrc-git |
Description: | Intel IPU6 camera source for GStreamer |
Upstream URL: | https://github.com/intel/icamerasrc |
Licenses: | LGPL2.1 |
Submitter: | thesola10 |
Maintainer: | thesola10 |
Last Packager: | thesola10 |
Votes: | 2 |
Popularity: | 0.000006 |
First Submitted: | 2022-08-20 20:50 (UTC) |
Last Updated: | 2023-02-20 10:47 (UTC) |
Dependencies (8)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gstreamer (gstreamer-gitAUR)
- ipu6-camera-hal (intel-ipu6-camera-hal-gitAUR, intel-ipu6ep-camera-hal-gitAUR)
- libdrm (libdrm-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
mehkir commented on 2023-03-13 12:46 (UTC) (edited on 2023-03-13 12:47 (UTC) by mehkir)
Hello, I have the same problem that the plugin icamersrc cannot be loaded. I installed the libraries through the following AUR packages on archlinux 6.1.18-1-lts:
What I found out so far:
gst-inspect-1.0 -b
shows thatlibgsticamerasrc.so
is blacklistedgst-inspect-1.0 /usr/lib/gstreamer-1.0/libgsticamerasrc.so
outputsFailed to load plugin '/usr/lib/gstreamer-1.0/libgsticamerasrc.so': /usr/lib/gstreamer-1.0/libgsticamerasrc.so: undefined symbol: vied_nci_mem_type
nm --defined-only --print-file-name $(find /usr/ -type f -iname "*.a") 2> /dev/null | grep vied_nci_mem_type
outputs/usr/lib/libipu6ep.a:vied_nci_psys_resource_model.c.o:00000000000001b0 R vied_nci_mem_type
So it seems that the library
/usr/lib/libipu6ep.a
containing the symbolvied_nci_mem_type
is present, but the icamerasrc still fails to load.Does anyone have an idea why this is possible?
swsnr commented on 2022-12-15 17:28 (UTC)
Shouldn't the license of this be LGPL 2.1? See https://github.com/intel/icamerasrc/blob/icamerasrc_slim_api/LICENSE
bjesus commented on 2022-12-12 10:30 (UTC) (edited on 2022-12-12 10:34 (UTC) by bjesus)
I have gstreamer, libdrm, and gst-plugins-base-libs installed, but it still fails building with the error about lcamhal.
UPDATE: reinstalling all the other ipu6 packages fixed the lcamhal error!
swsnr commented on 2022-12-09 16:53 (UTC)
This package needs runtime dependencies on gstreamer, libdrm, and gst-plugins-base-libs to build in a clean chroot. The final binary links against libraries from all these packages, so make deps aren't sufficient.
ian_foss commented on 2022-11-30 03:25 (UTC) (edited on 2022-11-30 03:25 (UTC) by ian_foss)
Getting the same error in build as bjesus.
bjesus commented on 2022-11-24 13:03 (UTC)
Building fails here with this error:
Aviroblox commented on 2022-09-05 04:40 (UTC)
After installation it works; however, if I reboot the system I get the following error if I try to run gstreamer with icamerasrc
If I do a clean uninstall and reinstall it works again until the next reboot, so is there a command that needs to be run on boot to load icamerasrc properly?
thesola10 commented on 2022-08-20 21:00 (UTC)
TODO: inspect and add runtime dependencies to this package's info
« First ‹ Previous 1 2