nPn-

Results 3 issues of nPn-

The documentation is lacking on how to use i2c. Does anyone have any examples?

The following code generates this traceback: ``` /var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:80:in `block in on_next': private method `check_unsubscribed' called for # (NoMethodError) from /var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:79:in `synchronize' from /var/lib/gems/2.1.0/gems/rx-0.0.3/lib/rx/subjects/behavior_subject.rb:79:in `on_next' from behavior_example.rb:3:in ` ``` ``` require...

I have the basic v4l2 program working. ``` require 'rubygems' require 'hornetseye_v4l2' require 'hornetseye_xorg' include Hornetseye camera = V4L2Input.new '/dev/video0' do |modes| modes.each_with_index { |mode,i| puts "#{i + 1}: #{mode}"...