Hallo,
Ich habe einen Raspberry 4 mit einer PiCam REV. 1.3. Diese wird vom System erkannt. Wenn ich im Terminal :
rpicam-still -o test.jpg
eingebe kommt:
[15:32:48.407578459] [20952] INFO Camera camera_manager.cpp:330 libcamera v0.5.2+99-bfd68f78
[15:32:48.438660887] [20955] INFO IPAProxy ipa_proxy.cpp:180 Using tuning file /usr/share/libcamera/ipa/rpi/vc4/ov5647.json
[15:32:48.446664316] [20955] INFO Camera camera_manager.cpp:220 Adding camera '/base/soc/i2c0mux/i2c@1/ov5647@36' for pipeline handler rpi/vc4
[15:32:48.446773167] [20955] INFO RPI vc4.cpp:440 Registered camera /base/soc/i2c0mux/i2c@1/ov5647@36 to Unicam device /dev/media4 and ISP device /dev/media1
[15:32:48.446840462] [20955] INFO RPI pipeline_base.cpp:1107 Using configuration file '/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml'
Made X/EGL preview window
Made DRM preview window
Preview window unavailable
Mode selection for 1296:972:12:P
SGBRG10_CSI2P,640x480/0 - Score: 3296
SGBRG10_CSI2P,1296x972/0 - Score: 1000
SGBRG10_CSI2P,1920x1080/0 - Score: 1349.67
SGBRG10_CSI2P,2592x1944/0 - Score: 1567
Stream configuration adjusted
[15:32:48.488164017] [20952] INFO Camera camera.cpp:1215 configuring streams: (0) 1296x972-YUV420/sYCC (1) 1296x972-SGBRG10_CSI2P/RAW
[15:32:48.488617901] [20955] INFO RPI vc4.cpp:615 Sensor: /base/soc/i2c0mux/i2c@1/ov5647@36 - Selected sensor format: 1296x972-SGBRG10_1X10/RAW - Selected unicam format: 1296x972-pGAA/RAW
und dann die einzelnen Frames.
Wenn ich aber im Terminal
vcgencmd get_camera
eingebe kommt:
supported=0 detected=0, libcamera interfaces=0
Im Webinterface von Repetierserver ist die Kamera zwar gelistet, aber nicht anwählbar (Ausgegraut).
Wenn ich im Terminal tail -100 /var/log/syslog eingebe, kommt:
2025-11-08T07:39:50.040706+00:00 RepetierServer MJPG-streamer [22650]: ERROR: could not find input plugin
2025-11-08T07:39:50.040911+00:00 RepetierServer MJPG-streamer [22650]: Perhaps you want to adjust the search path with:
2025-11-08T07:39:50.041039+00:00 RepetierServer MJPG-streamer [22650]: # export LD_LIBRARY_PATH=/path/to/plugin/folder
2025-11-08T07:39:50.041162+00:00 RepetierServer MJPG-streamer [22650]: dlopen: /lib/arm-linux-gnueabihf/libcamera.so.0.3: undefined symbol: _ZN7libpisp22compute_optimal_strideER24pisp_image_format_config
2025-11-08T07:39:55.280061+00:00 RepetierServer MJPG-streamer [22683]: starting application
2025-11-08T07:39:55.281499+00:00 RepetierServer MJPG-streamer [22683]: MJPG Streamer Version.: 2.0
2025-11-08T07:39:55.297009+00:00 RepetierServer MJPG-streamer [22683]: ERROR: could not find input plugin
2025-11-08T07:39:55.297211+00:00 RepetierServer MJPG-streamer [22683]: Perhaps you want to adjust the search path with:
2025-11-08T07:39:55.297341+00:00 RepetierServer MJPG-streamer [22683]: # export LD_LIBRARY_PATH=/path/to/plugin/folder
2025-11-08T07:39:55.297467+00:00 RepetierServer MJPG-streamer [22683]: dlopen: /lib/arm-linux-gnueabihf/libcamera.so.0.3: undefined symbol: _ZN7libpisp22compute_optimal_strideER24pisp_image_format_config
und so weiter...
Wo liegt der Fehler?
Welcher Plugin fehtl?
Ich bin für jede Hilfe dankbar.
Viele Grüße, Dextar
PS: Ich nutze die neuste Version von Repetier Server mit Bookworm. Alles up-to-date.