class GPhoto2::CameraAbilities

Overview

Represents the abilities of a camera.

Included Modules

Defined in:

gphoto2/camera_abilities.cr

Constructors

Instance Method Summary

Instance methods inherited from module GPhoto2::ManagedStruct(LibGPhoto2::CameraAbilities)

ptr : Pointer(T) ptr

Constructor methods inherited from module GPhoto2::ManagedStruct(LibGPhoto2::CameraAbilities)

new(ptr : Pointer(T) | Nil = nil) new

Instance methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraAbilities)

ptr : Pointer(T) ptr, ptr? : Pointer(T) | Nil ptr?, to_unsafe : Pointer(T) to_unsafe, wrapped : T wrapped

Constructor methods inherited from module GPhoto2::Struct(LibGPhoto2::CameraAbilities)

new(ptr : Pointer(T) | Nil = nil) new

Constructor Detail

def self.find(model : String) : self #

Returns the abilities of the given model camera.


[View source]

Instance Method Detail

def device_type(*args, **options) #

[View source]
def device_type(*args, **options, &) #

[View source]
def file_operations(*args, **options) #

[View source]
def file_operations(*args, **options, &) #

[View source]
def folder_operations(*args, **options) #

[View source]
def folder_operations(*args, **options, &) #

[View source]
def operations(*args, **options) #

[View source]
def operations(*args, **options, &) #

[View source]
def status(*args, **options) #

[View source]
def status(*args, **options, &) #

[View source]