Versions Compared

Key

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

...

Code Block
languagebash
titleVideo Stream creation step
1.Sign in to the AWS Management Console and open the Kinesis console at https://euap-westsouth-1.console.aws.amazon.com/kinesisvideoconsole/home?region=euap-westsouth-1#/.
2.On the Video streams page, choose Create video stream.
3.On the Create a new video stream page, type ExampleStream for the stream name. Leave the Default configuration radio button selected.
4.Choose Create video stream.
5.After Kinesis Video Streams creates the stream, review the details on the ExampleStream page.

...

Code Block
languagebash
titleConsole output
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1

network={
ssid="RDK"
psk="Comcast1"
}


STEP 2:

This step only needed for Libcamera validation

Add  below configuration in end of the /boot/config.txt file

dtoverlay=imx219

core_freq_min=250

Code Block
languagebash
titleConsole output
vi /boot/config.txt

dtoverlay=imx219
core_freq_min=250 


STEP 3:

  1. CVR validation using v4l2 & Pipewire

If the below configuration there in config.txt file then please disable for this v4l2 and pipewire validation

Code Block
languagebash
titlev4l2 : Console output
vi /boot/config.txt

#dtoverlay=imx219
#core_freq_min=250 


        2. CVR validation using libcamera

Enable dtoverlay and minimum freq configuration in config.txt file

Code Block
languagebash
titlelibcamera : Console output
vi /boot/config.txt

dtoverlay=imx219
core_freq_min=250 


STEP 4:

Reboot the Target

After Reboot don't do step 1 and 2.

Note : Step 1 & 2 is only applicable for fresh target boot-up with new image.


STEP 35:

WiFi connection is must needed for CVR-AWS validation.

...

Code Block
languagebash
titleConsole output
root@raspberrypi0-rdk-camera:~# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:87 errors:0 dropped:0 overruns:0 frame:0
          TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4552 (4.4 KiB)  TX bytes:4552 (4.4 KiB)

wlan0     Link encap:Ethernet  HWaddr B8:27:EB:2E:72:2B  
          inet addr:192.168.43.246  Bcast:192.168.43.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2893 (2.8 KiB)  TX bytes:5887 (5.7 KiB)


STEP 46:

Export Created Stream Name,Access key id, Secret access key and Region name in RPI target.

...

Code Block
languagebash
titleConsole output
root@raspberrypi0-rdk-camera:~# export STREAM_NAME="Samplestream"
root@raspberrypi0-rdk-camera:~# export ACCESS_KEY="XXXXXXXXXXXXX"
root@raspberrypi0-rdk-camera:~# export SECRET_KEY="yyyyyyyyyyyyyyyyyyyyyyyyy"
root@raspberrypi0-rdk-camera:~# export AWS_DEFAULT_REGION="eu-west-1"


STEP 57:

Check exported Access key id,Secret access key,Stream name and Region name by using below command.

...

Code Block
languagebash
titleConsole output
root@raspberrypi0-rdk-camera:~# printenv
PLAYERSINKBIN_USE_WESTEROSSINK=1
WAYLAND_DISPLAY=wayland-0
SHELL=/bin/sh
TERM=xterm
LD_PRELOAD=/usr/lib/libopenmaxil.so:/usr/lib/libwayland-client.so.0
HUSHLOGIN=FALSE
USER=root
SYSTEMD_PAGER=/bin/cat
ACCESS_KEY=XXXXXXXXXXXXXX
STREAM_NAME=samplestream
MAIL=/var/spool/mail/root
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
AWS_DEFAULT_REGION=eu-west-1
SECRET_KEY=yyyyyyyyyyyyyyyyyyyyyyyy
PWD=/home/root
EDITOR=vi
PS1=\u@\h:\w\$ 
SHLVL=1
HOME=/home/root
LOGNAME=root
XDG_RUNTIME_DIR=/run
_=/usr/bin/printenv


STEP 68:

Before triggering CVR binary we should stop rms binary and mediastreamer binary with below command because currently we can't able to validate RMS and CVR feature at the same time.

systemctl stop rms-launcher

systemctl stop pipewire-launcher

systemctl stop mst-launcher


STEP 79:

Preload the below library files for omxh264enc plugin.

export LD_PRELOAD=/usr/lib/libwayland-client.so.0:/usr/lib/libwayland-egl.so:/usr/lib/libopenmaxil.so


STEP 810:

Before start the CVR binary please check the current date and time in RPI with "date" command, If you get wrong date and time please manually set current date and time with the below command.

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# date -s "Mon Nov 30 03:42:44 UTC 2020"
Mon Nov 30 03:42:44 UTC 2020
root@raspberrypi3-rdk-camera:~# date
Mon Nov 30 03:43:55 UTC 2020


STEP 911:

Run cvr-gst-rpi binary with v4l2src/libcamerasrc configuration to transmit data into AWS server.

  1. CVR validation using v4l2
Code Block
languagebash
titlev4l2:Console output
root@raspberrypi0-rdk-camera:~# cvr-gst-rpi v4l2src
Conf file /etc/debug.ini open success
rdk_logger_init /etc/debug.ini Already Stack Level Logging processed... not processing again.
200430-10:37:21.578891 [mod=GSTREAMER, lvl=DEBUG] [tid=7305] /usr/src/debug/cvr/git-r0/git/cvr-gst-rpi/cvr_gst_rpi.c(176):Element linking succes
s for pipelin


         2. CVR validation using libcamera

Code Block
languagebash
titlelibcamera:Console output
root@raspberrypi0-rdk-camera:~# cvr-gst-rpi libcamerasrc
Conf file /etc/debug.ini open success
rdk_logger_init /etc/debug.ini Already Stack Level Logging processed... not processing again.
200430-10:37:21.578891 [mod=GSTREAMER, lvl=DEBUG] [tid=7305] /usr/src/debug/cvr/git-r0/git/cvr-gst-rpi/cvr_gst_rpi.c(176):Element linking succes
s for pipelin


         3. CVR validation using Pipewire

Code Block
languagebash
titlepipewire:Console output
root@raspberrypi3-rdk-camera:~# pipewire &
[1] 1293
root@raspberrypi3-rdk-camera:~# [W][000000041.142031][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000041.142413][module-rtkit.c:519 set_nice()] could not set nice-level to -11: No such file or directory
[W][000000041.144184][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000041.145666][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000041.147096][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000041.147259][module-rtkit.c:506 idle_func()] could not make thread realtime: No such file or directory
[E][000000041.171692][dbus.c:319 impl_get_connection()] Failed to connect to system bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[E][000000041.171900][module-portal.c:304 pipewire__module_init()] Failed to connect to system bus: Connection refused
Code Block
languagebash
titlepipewire-media-session:Console output
root@raspberrypi3-rdk-camera:~# pipewire-media-session &
[2] 2146
root@raspberrypi3-rdk-camera:~# [W][000000107.473341][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000107.473707][module-rtkit.c:519 set_nice()] could not set nice-level to -11: No such file or directory
[W][000000107.475498][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000107.477043][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000107.478619][module-rtkit.c:185 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][000000107.478785][module-rtkit.c:506 idle_func()] could not make thread realtime: No such file or directory
[E][000000107.480804][dbus.c:319 impl_get_connection()] Failed to connect to system bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[W][000000107.480985][media-session.c:2464 main()] no dbus connection
[W][000000107.482123][access-portal.c:605 sm_access_portal_start()] no dbus connection, portal access disabled
[W][000000107.487444][alsa-monitor.c:1056 sm_alsa_monitor_start()] no dbus connection, device reservation disabled
Code Block
languagebash
titlepipewiresrc:Console output
root@raspberrypi0-rdk-camera:~# cvr-gst-rpi pipewiresrc
Conf file /etc/debug.ini open success
rdk_logger_init /etc/debug.ini Already Stack Level Logging processed... not processing again.
200430-10:37:21.578891 [mod=GSTREAMER, lvl=DEBUG] [tid=7305] /usr/src/debug/cvr/git-r0/git/cvr-gst-rpi/cvr_gst_rpi.c(176):Element linking succes
s for pipelin


STEP 12STEP 10:

Enter into AWS account and select the corresponding video stream service which was we created for streaming.

...

     CVR Support in AWS cloud through gstreamer kvs sink.

     CVR validation with libcamera works only with SD resolution.