Skip to content

Commit

Permalink
fix "mmal: mmal_component_create_core: could not find component vc.ri…
Browse files Browse the repository at this point in the history
…l.camera"

Fixes the following error (on Ubuntu 18.04 aarch64 using Raspbian kernel8.img (4.19.97-v8+ #1294)):
mmal: mmal_component_create_core: could not find component 'vc.ril.camera'
mmal: Failed to create camera component

For details refer to raspberrypi/userland#178
  • Loading branch information
andreasBihlmaier committed Mar 14, 2020
1 parent 3097f1a commit 0df5256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(raspicam_node)


set(CMAKE_CXX_STANDARD 14) # use C++14
set(CMAKE_EXE_LINKER_FLAGS "-Wl,--no-as-needed") # https://github.com/raspberrypi/userland/issues/178

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down

0 comments on commit 0df5256

Please sign in to comment.