struct EdgeAI::Devices::VideoDevice
- EdgeAI::Devices::VideoDevice
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Extended Modules
- JSON::Schema
Defined in:
controllers/devices.crConstructors
- .new(path : String, name : String, driver : String, formats : Array(Format))
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(path _path = @path, name _name = @name, driver _driver = @driver, formats _formats = @formats)
- #driver : String
- #formats : Array(Format)
- #name : String
- #path : String
Constructor Detail
Instance Method Detail
def copy_with(path _path = @path, name _name = @name, driver _driver = @driver, formats _formats = @formats)
#