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.
picam360-capture is distributed under the GPL License. See Copyright.txt for details.
- Linux
- Apple macOS
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