class Conreality::Camera
Represents a Conreality
camera.
Constants
- KEY
- TABLE
Attributes
fnumber[RW]
The camera's f-number (the f/N focal ratio).
@return [Integer]
format[RW]
The camera's image format.
@return [String]
fps[RW]
The camera's frame rate (per second).
@return [Integer]
resolution[RW]
The camera's resolution (in 2D pixels).
@return [Array(Integer, Integer)]
Public Class Methods
new(session, uuid)
click to toggle source
@param session [Session] @param uuid [#to_s]
Calls superclass method
# File lib/conreality/camera.rb, line 37 def initialize(session, uuid) super(session, uuid) end