-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Heyho,
i tried to install the latest octoprint with "native" HQ-Cam support. So I followed the description of the manual installation. This guide relegates then to your experimental mjpg-streamer repo at Optional: Webcam.
When I run the build via make, my output skips a bunch of plugins and only builds the plugins:
- input_file.so
- input_http.so
- input_uvc.so
- output_file.so
- output_http.so
- output_rtsp.so
- output_udp.so
Within the CMakeLists.txt, the raspi-plugin is added to the build-targets:
# Input plugins
add_subdirectory(plugins/input_file)
add_subdirectory(plugins/input_http)
add_subdirectory(plugins/input_opencv)
add_subdirectory(plugins/input_raspicam) <---
add_subdirectory(plugins/input_ptp2)
add_subdirectory(plugins/input_uvc)
Unfortunately I'm not familiar with cmake, That's why I'm not sure about why some plugins are not built. May you have an idea to fix this.
Thanks in advance!
Edit:
Forgot to mention that I use a:
- Raspberry Pi 3
- with Raspbian OS Lite 64 running on it
Best regards,
Deph
borouhin, Ztirom45, ki9us and Ryhon0
Metadata
Metadata
Assignees
Labels
No labels