Versions Compared

Key

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

Table of Contents

HLS Streaming Changes

...

Change 1:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/rms/git-r0/git/builders/make2/CCdist/rms/config/

...

Copy this file in this directory startRMS.sh

Change 4:

lighttpd.conf

light.tar.gz

Need to copy this lighttpd.conf and light.tar.gz files in RPI camera target

4.1 lighttpd.conf:
Need to copy this lighttpd.conf file into /etc/lighttpd

4.2 light.tar.gz:
copy this into camera target
Local system : scp light.tar.gz root@camera_ip:/

4.3 camera target:

cd /
tar -xzvf  light.tar.gz

While untar this light.tar.gz file the respective files will automatically copy to usr/bin , usr/lib , usr/share directory.

Change 5:


Thumbnail Changes

Change 1:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/pipewire/0.3.52-r0/git/src/examples

pw-capture.cpp

Copy this pw-capture.cpp file into this directory


Change

...

2:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/pipewire/0.3.52-r0/git/src/examples

vi meson.build

Add below lines in end of the file

opencv = dependency( 'opencv4' )

executable('pw-capture',
  'pw-capture.cpp',
  c_args : [ '-D_GNU_SOURCE' ],
  install : true,
  dependencies : [pipewire_dep, mathlib, opencv],
)


Change 73:

cd meta-cmf-camera/recipes-multimedia/pipewire

...

TARGET_CXXFLAGS += "-fpermissive"


Change 84:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/pipewire/0.3.52-r0/recipe-sysroot/usr/include/opencv4/opencv2/flann

...

DId above two line changes in this logger.h file


Change 95:

cd meta-openembedded/meta-oe/recipes-multimedia/pipewire

...

Added opencv dependency component for PipeWire


Lighttpd Changes

lighttpd.conf

light.tar.gz

Need to copy this lighttpd.conf and light.tar.gz files in RPI camera target


lighttpd.conf:
Need to copy this lighttpd.conf file into /etc/lighttpd


light.tar.gz:
copy this into camera target
Local system : scp light.tar.gz root@camera_ip:/


camera target:

cd /
tar -xzvf  light.tar.gz

While untar this light.tar.gz file the respective files will automatically copy to usr/bin , usr/lib , usr/share directory.

Once did above steps then reboot the target.