Class: Roku720VideoRois
Overview
The Roku720VideoRois class defines the video ROIs common to all Roku 720p devices.
Instance Method Summary
collapse
Methods inherited from VideoRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from VideoRois
Instance Method Details
#guide_info_banner_live_tv ⇒ Object
17
18
19
20
|
# File 'lib/rois/roku/roku_720/roku_720_video_rois.rb', line 17
def guide_info_banner_live_tv
new(:x => 851, :y => 480, :width => 428, :height => 238, :threshold => 0,
:ref_img => 'tsimages/reference/roku/roku_guide_program_info_banner_live_tv.JPG')
end
|
#health_check ⇒ Object
8
9
10
|
# File 'lib/rois/roku/roku_720/roku_720_video_rois.rb', line 8
def health_check
new(:x => 100, :y => 50, :width => 800, :height => 200, :threshold => 0, :ref_img => '')
end
|
#live_tv_live_playback ⇒ Object
12
13
14
15
|
# File 'lib/rois/roku/roku_720/roku_720_video_rois.rb', line 12
def live_tv_live_playback
new(:x => 428, :y => 262, :width => 428, :height => 238, :threshold => 0,
:ref_img => 'tsimages/reference/roku/roku_live_tv_live_playback.JPG')
end
|
#live_tv_live_playback_left_side ⇒ Object
27
28
29
30
|
# File 'lib/rois/roku/roku_720/roku_720_video_rois.rb', line 27
def live_tv_live_playback_left_side
new(:x => 59, :y => 116, :width => 218, :height => 29, :threshold => 0.1,
:ref_img => 'tsimages/reference/roku/live_tv_live_playback_left_side.JPG')
end
|
#product_page_product_art_motion ⇒ Object
22
23
24
25
|
# File 'lib/rois/roku/roku_720/roku_720_video_rois.rb', line 22
def product_page_product_art_motion
new(:x => 92, :y => 156, :width => 90, :height => 106, :threshold => 0,
:ref_img => 'tsimages/reference/roku/product_page_product_art_motion.JPG')
end
|