class Echo360::DeviceCapture
 
  - Echo360::DeviceCapture
 - PlaceOS::Driver
 - Reference
 - Object
 
Defined in:
echo360/device_capture.crConstant Summary
- 
        CHECK = 
{"next", "current"} - 
        STATUS_CMDS = 
{system_status: :system, capture_status: :captures, next: :next_capture, current: :current_capture, state: :monitoring} 
Class Method Summary
Instance Method Summary
- 
        #capture(name : String, duration : Int32, profile : String | Nil = nil)
        
          
This will auto-start a recording
 - #capture_status
 - #captures
 - #current
 - #extend(duration : Int32)
 - #next
 - #on_update
 - #pause
 - #reboot
 - #record
 - #restart_application
 - #resume
 - #start
 - #state
 - #stop
 - #system_status
 - #test_capture(name : String, duration : Int32, profile : String | Nil = nil)
 - #upload(id : String)
 
Class Method Detail
Instance Method Detail
        
        def capture(name : String, duration : Int32, profile : String | Nil = nil)
        #
      
      
        This will auto-start a recording