Class: Odn720SamsungVideoRois

Inherits:
Odn720VideoRois show all
Defined in:
lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb

Overview

Defines Odn720 Samsung specific Video ROIs.

Instance Method Summary collapse

Methods inherited from Odn720VideoRois

#health_check, #partial_screen_bottom2

Methods inherited from OdnVideoRois

#odn_fullscreen_motion, #odn_fullscreen_video, #video_roi

Methods inherited from VideoRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from VideoRois

Instance Method Details

#fullscreen_videoObject



12
13
14
15
# File 'lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb', line 12

def fullscreen_video
  new(:x => 18, :y => 18, :width => 1238, :height => 510, :threshold => 0.1,
  :ref_img => 'tsimages/reference/odn_720_samsung/fullscreen_video.jpg')
end

#guide_corner_videoObject



7
8
9
10
# File 'lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb', line 7

def guide_corner_video
  new(:x => 652, :y => 9, :width => 615, :height => 272, :threshold => 0.1,
  :ref_img => 'tsimages/reference/odn_720_samsung/guide_home.jpg')
end