Raspberry Pi Experiment 04: Adaptive streaming

VIDEO_01[HEB]  VIDEO_02[HEB]  VIDEO_03[HEB]  VIDEO_04[HEB] Experiment Goal:To enable the following features: – capturing of live video by means of Raspberry Pi Camera module – streaming of the captured video to custom PC Client using GPRS (cellular dongles), vlc-component and HTTP protocol Components: – Board: Raspberry Pi model B or higher (RPi-Model-B ebay/RPi2-Model-B ebay) – OS SD-card:…

Continue reading

Raspberry Pi Experiment 01: PiCam Video Streaming via WiFi

Video [No Voice]

 

Experiment Goal:

To enable the following features:
– capturing of live video by means of Raspberry Pi Camera module
– streaming of the captured video to custom PC Client

Constellation:

1) RPi PI running Raspbian
2) Server side is running on PI (Python script) waiting for 1 client to connect (TCP)
3) Video streams to connected client (Linux/Windows) in mjpeg (configurable # of frames)
4) C# client application using VLC WPF-control to display the video inside the application window. Start stop streaming commands are send to RPi trough TCP-IP

Components:

– Board: Raspberry Pi model B or higher (RPi-Model-B ebay/RPi2-Model-B ebay)
– OS SD-card: NUBS (preinstalled/self-made after download)
– Camera: Raspberry Pi Camera module  (ebay) or PiNoIr Camera module (ebay)
– Wi-Fi:  EdiMax EW-7811Un (ebay) dongle

Constellation: 
exp1_wifi_01


Useful Links:

Raspberry Pi: Getting started with Wi-Fi

Reviewed by Editor: Jack Allison To have you RPi connected through Wireless LAN (Wi-Fi) you will need an appropriate USB-dongle. I used EdiMax EW-7811Un (ebay). Although it has lower data-rate specification (150 Mb), there are some advantages: – small form-factor (size): good for small products/prototypes – fully supported (in plug-and-play fashion) by Raspbian…

Continue reading

RASPBERRY PI: Getting started with UART/Serial Port

Install WiringPi sudo apt-get install python-dev sudo apt-get install python-setuptools git clone https://github.com/WiringPi/WiringPi-Python.git cd WiringPi-Python git submodule update –init at ~/WiringPi-Python/WiringPi/wiringPi/piNes.c change < to the ” at #include “wiringPi.h” sudo python setup.py install git clone git://git.drogon.net/wiringPi ;or for update (if already cloned before) cd wiringPi git pull origin /boot/cmdline.txt ;…

Continue reading

Getting started with Raspbery Pi Camera module

Reviewed by Editor: Jack Allison Raspberry Pi Camera modules: – Daylight (ebay) – Infra-red sensitive Pi NoIR module (ebay): PiNoIR Installation – Install camera module – Install picamera python library: Installation command: sudo apt-get install -y python-picamera Optional command (for development in python version #3 and up): sudo apt-get install python3-picamera python-rpi.gpio You…

Continue reading

Getting Started with Raspberry PI (RPi) board

Reviewed by Editor: Jack Allison RPi-Zero ebay/RPi-A+ ebay/RPi-B ebay/RPi2-B ebay Step-By-Step Start (for RPi Model B, B+) Clone (make a backup copy) of your pre-installed NUBS SD-card (or create OS SD card from your downloaded image) Using HDMI cable, connect the board to your TV/monitor. Connect USB keyboard and mouse to your Raspberry…

Continue reading