Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idframe
Card
defaulttrue
labelRPI0
titleRPI0 Environment Setup
Code Block
languagebash
titleEnvironment Setup
$ MACHINE=raspberrypi0-rdk-camera source meta-cmf-raspberrypi/setup-environment
Card
defaulttrue
labelRPI3 B+
titleEnvironment Setup
Code Block
languagebash
titleEnvironment Setup
$ MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment

Compilation Flag

Add the below compilation flag in bottom of the local.conf file

RMS_STREAM_WITH_PIPEWIRE = "1"

CVR_WITH_PIPEWIRE = "1"

Code Block
languagebash
$ vi conf/local.conf

RMS_STREAM_WITH_PIPEWIRE = "1"
CVR_WITH_PIPEWIRE = "1"


Building

Code Block
languagebash
$ bitbake rdk-generic-camera-image

...