Class: Iguide1080VideoRois
Overview
Defines Iguide1080-specific Video ROIs.
Instance Method Summary
collapse
Methods inherited from VideoRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from VideoRois
Instance Method Details
#fullscreen_motion ⇒ Object
11
12
13
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb', line 11
def fullscreen_motion
new(:x => 227, :y => 40, :width => 1382, :height => 1004, :threshold => 0.1, :ref_img => '')
end
|
#health_check ⇒ Object
7
8
9
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb', line 7
def health_check
new(:x => 100, :y => 50, :width => 1600, :height => 400, :threshold => 0, :ref_img => '')
end
|
#live_tv_video_motion ⇒ Object
15
16
17
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb', line 15
def live_tv_video_motion
new(:x => 17, :y => 20, :width => 1042, :height => 663, :threshold => 0.1, :ref_img => '')
end
|
#motion_video ⇒ Object
19
20
21
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb', line 19
def motion_video
new(:x => 299, :y => 242, :width => 732, :height => 272, :threshold => 0.1, :ref_img => '')
end
|