class EdgeAI::StreamReplay

Defined in:

models/stream_replay.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String) #

this process captures chunks of video so we can generate replays


[View source]

Instance Method Detail

def replay(before : Time::Span, after : Time::Span, & : File -> ) #

[View source]
def shutdown_requested? : Bool #

[View source]
def start_replay_capture(stream : String) #

[View source]
def stop_capture #

[View source]