Raspberry Pi Experiment 06: Casing of RPi IR Wifi camera prototype

VIDEO[HEB] Experiment Goal: Prototype assembling Related experiments:  Video streaming (WiFi) Video streaming (cellular network) Video streaming (HTTP) Video streaming (Web) Adaptive streaming (VLC) Experiment Description: – SD-card and power are soldered to make the system shorter – Limiting internal plastics were dropped/cut off – Front plastic window was removed to…

Continue reading

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

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