/camera_stream

Raspberry pi + opencv + akka streams + image processing

Primary LanguageScalaOtherNOASSERTION

Consuming a camera stream

From a local source

The entry point is LocalWebcamWindow.

You need at least a camera attached to your computer.

From a remote source

The entry point is RemoteWebcamWindow.

Configuring raspberry's flow

In order to consume the video flow you need to change the following ip accordingly.

http {
  host = "192.168.0.17"
}

By the time being, we only support the following implementations:

You are free to implement any other implementation by extending the trait RemoteProvider.

How run any of the examples?

Just type the following commands

$ sbt 
$ run

Then you need to choose which class you want to execute.