lib/processing/capture.rb in processing-0.5.5 vs lib/processing/capture.rb in processing-0.5.6
- old
+ new
@@ -3,9 +3,11 @@
# Camera object.
#
class Capture
+ include Xot::Inspectable
+
# Returns a list of available camera device names
#
# @return [Array] device name list
#
def self.list()