Versions Compared

Key

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

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# lsmod
Module                  Size  Used by
bcm2835_v4l2           40563  0
v4l2_common             4809  1 bcm2835_v4l2
videobuf2_vmalloc       6264  1 bcm2835_v4l2
videobuf2_memops        1528  1 videobuf2_vmalloc
videobuf2_v4l2         12640  1 bcm2835_v4l2
videobuf2_core         27389  2 bcm2835_v4l2,videobuf2_v4l2
videodev              154457  4 v4l2_common,videobuf2_core,bcm2835_v4l2,videobuf2_v4l2
media                  23307  1 videodev
brcmfmac              258239  0
brcmutil                7590  1 brcmfmac
snd_bcm2835            21405  0
cfg80211              492836  1 brcmfmac
snd_pcm                79872  1 snd_bcm2835
rfkill                 19936  3 cfg80211
snd_timer              20294  1 snd_pcm
snd                    52949  3 snd_timer,snd_bcm2835,snd_pcm
lirc_rpi                6840  0
lirc_dev                7533  1 lirc_rpi
uio_pdrv_genirq         3469  0
uio                     8703  1 uio_pdrv_genirq
fixed                   2876  0
sch_fq_codel            9662  2
ipv6                  384101  18


STEP 85:

check camera device there or not by using below command

...

Code Block
languagebash
titleConsole output
root@raspberrypi0-rdk-camera:~# ls /dev/video0 
/dev/video0


STEP 56:

Before validate this use case we should stop rms binary and mediastreamer binary with below command.

...

systemctl stop mst-launcher


STEP 67:

Run the pipewire binary with below command

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# pipewire & 


STEP 78:

Run the pipewire media session binary with below command

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# pipewire-media-session &


STEP 89:

Run the RMS binary with below command

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# cd /usr/local/rms/bin/
root@raspberrypi3-rdk-camera:/usr/local/rms/bin# ./rdkcmediaserver ../config/config.lua &
[3] 21317
root@raspberrypi3-rdk-camera:/usr/local/rms/bin# 
Successfully retrieved the MAC as b8:27:eb:87:67:91
got video format: H264
  size: 1280x720
  framerate: 25/1


STEP 910:

Enter into the Telnet console with telnet command

...

Code Block
languagebash
titleConsole output
listconfig
Command entered successfully!
Run-time configuration

    dash: []
    hds: []
    hls: []
    metalistener: []
    mss: []
    process: []
    pull: 
      -- 
        configId: 1
        localStreamName: stream2
        status: 
          current: 
            description: Streaming
            uniqueStreamId: 1
        uri: sercom://0
    push: []
    record: []
    webrtc: 
      -- 
        configId: 2
        roomid: rpi0
        rrsip: 18.224.54.11
        rrsport: 81


STEP 1011:

At that same telnet console,need to give the below command for RTSP  streaming

...