Skip to content

mars-college/picam360-capture

 
 

Repository files navigation

picam360-capture

Introduction

This is video streamer software of picam360.

picam360-capture is maintained and supported by OHMYDIGIFAB and developed in collaboration with a productive community of contributors.

License

picam360-capture is distributed under the GPL License. See Copyright.txt for details.

Building picam360-capture

Supported Platforms

  • Linux
  • Apple macOS

Building picam360-capture from Scratch

UNIX/Mac OSX/

You need to have a C++ compiler (supporting C++11) and a cmake, a make installed. Run the cmake /path/to/CMakeList.txt in the source directory of picam360-capture. You can use the --list option to see the supported options. You may use the --prefix=<install_prefix> option to specify a custom installation directory for picam360-capture. You can run the cmake /path/to/CMakeList.txt from within the picam360-capture source directory or any other build directory of your choice. Once this has finished successfully, run make and make install. In summary:

$ sudo apt-get install cmake libjansson-dev libedit-dev libopencv-dev
$ git clone https://github.com/picam360/picam360-capture.git
$ cd picam360-capture
$ cmake . && make && sudo make install

Packages

No packages published

Languages

  • C 70.0%
  • C++ 24.5%
  • HTML 3.1%
  • CMake 1.0%
  • GLSL 0.7%
  • Python 0.2%
  • Other 0.5%