Skip to content

"input_raspicam" plugin is not compiled #395

@Dephrilibrium

Description

@Dephrilibrium

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions