Skip to content

fagossa/camera_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Raspberry pi + opencv + akka streams + image processing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published