Class: Roku720VideoRois

Inherits:
RokuVideoRois show all
Defined in:
lib/rois/roku/roku_720/roku_720_video_rois.rb

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_tvObject



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_checkObject



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_playbackObject



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_sideObject



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_motionObject



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