class Detector

Defined in:

models/detector.cr

Constant Summary

Log = ::App::Log.for("detector")

Constructors

Instance Method Summary

Constructor Detail

def self.new(device : Path, width : Int32, height : Int32, model : Imagine::ModelAdaptor) #

[View source]

Instance Method Detail

def add(socket : HTTP::WebSocket) #

[View source]
def finalize #

[View source]
def remove(socket : HTTP::WebSocket) #

[View source]
def start : Nil #

[View source]
def stop : Nil #

[View source]