GithubHelp home page GithubHelp logo

ramy-ahmed / androidcamerastreamer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apancik/androidcamerastreamer

0.0 3.0 0.0 6.52 MB

Android Camera Streamer is a project implementing data streaming (video, gyro, etc.) and processing from Android Phone and computer.

License: GNU General Public License v2.0

Java 89.30% C++ 10.30% Shell 0.16% MATLAB 0.22% Objective-C 0.02%

androidcamerastreamer's Introduction

Android Camera Streamer

Copyright 2011-2012 Andrej Pancik

Android Camera Streamer is a project implementing data streaming (video, gyro, etc.) and processing from Android Phone and computer.

Contents

This archive contains a selection of code outputs I created while working on this project. The project tree is organized as follows.

android/        	directory for java source files for Android
cpp/            	directory for c++ source files for Mac
datapacket.proto	protocol buffer specification
doc/            	directory for documentation
include/        	header files
LICENCE.md			licence file
make.sh         	make script
matlab/         	directory for mex and Matlab source files
README.md			this file

Installation

A prebuild binaries for 64 bit Mac can be found in the root directory of this arhchive. For simplest rig do

  1. Start video host with default settings:

    $ ./videohost

  2. Run videostreamer with default settings. This will start

    $ ./videostreamer

  3. You should see videohost showing preview window with webcam stream

Compile

To compile Android video streamer application one needs Android SDK (2.3.3) and Android NDK (n7b) installed. In addition, newest OpenCV for Android is required from the trunk (rev 7621). The reason is the recent implementation of imencode for image encoding.

To compile PC/MAC application one needs to have compiled & installed gcc, OpenCV 2.3.1, Protocol Buffers 2.4.1, Boost 1.49.0. For Matlab video host Matlab R2012a with MEX is required.

After compiling and installing all the prerequisites edit make.sh with the path to your OpenCV.

After that run

$ ./make.sh

to compile.

androidcamerastreamer's People

Contributors

apancik avatar

Watchers

James Cloos avatar Ramy Khalil avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.