4
C90 の Video のの ###Video ののののの ### xconf video out //monitor *c xConfiguration Video Output HDMI 1 MonitorRole: First *c xConfiguration Video Output HDMI 3 MonitorRole: Second *c xConfiguration Video Output DVI 2 MonitorRole: First *c xConfiguration Video Output DVI 4 MonitorRole: Second *c xConfiguration Video Output Composite 5 MonitorRole: F irst ###Video ののののの ### xconf video Input //Connector *c xConfiguration Video Input Source 1 Connector: HDMI *c xConfiguration Video Input Source 2 Connector: HDMI *c xConfiguration Video Input Source 3 Connector: DVI *c xConfiguration Video Input Source 4 Connector: HDMI *c xConfiguration Video Input Source 5 Connector: DVI ### のののののの ### *c xConfiguration Video Monitors: Single ののの Composite のの HDMI 1 HDMI 1 Composite 5 Composite 5 Composite 5 Composite 5 に selfview selfview にににににににに にににににににに

C90 の Video 設定

Embed Size (px)

DESCRIPTION

C90 の Video 設定. ###Video の出力設定 ### xconf video out //monitor *c xConfiguration Video Output HDMI 1 MonitorRole: First *c xConfiguration Video Output HDMI 3 MonitorRole: Second *c xConfiguration Video Output DVI 2 MonitorRole: First *c xConfiguration Video Output DVI 4 MonitorRole: Second - PowerPoint PPT Presentation

Citation preview

Page 1: C90 の Video 設定

C90の Video設定###Videoの出力設定 ###xconf video out //monitor*c xConfiguration Video Output HDMI 1 MonitorRole: First*c xConfiguration Video Output HDMI 3 MonitorRole: Second*c xConfiguration Video Output DVI 2 MonitorRole: First*c xConfiguration Video Output DVI 4 MonitorRole: Second*c xConfiguration Video Output Composite 5 MonitorRole: First

###Videoの入力設定 ###xconf video Input //Connector*c xConfiguration Video Input Source 1 Connector: HDMI*c xConfiguration Video Input Source 2 Connector: HDMI*c xConfiguration Video Input Source 3 Connector: DVI*c xConfiguration Video Input Source 4 Connector: HDMI*c xConfiguration Video Input Source 5 Connector: DVI

###モニタロール ###*c xConfiguration Video Monitors: Single

従来の Composite出力

HDMI 1HDMI 1 Composite 5Composite 5

Composite 5Composite 5にに selfviewselfviewしか表示されしか表示されないない

Page 2: C90 の Video 設定

C90の Output 4から Input 5にケーブル接続( DVI-DVI)

以下のコマンド入力xCommand Video Layout ResetxCommand Video Layout Add LayoutId: 1xCommand Video Layout AssignLocalOutput LayoutId: 1 OutputId: 5xCommand Video Layout Frame Add LayoutId: 1 FrameId: 1 PositionX: 0 PositionY: 0 Width: 10000 Height: 10000 Layer: 1 Border: Off VideoSourceType: localInput VideoSourceId: 5

Output 4Output 4と同等の出力になると同等の出力になる

HDMI 1HDMI 1 Composite 5Composite 5

Page 3: C90 の Video 設定

起動時に上記コマンド入力したいので scripts.dに設定

[tandberg:/user/scripts.d] $ cat c90_comp.tsh#!/usr/bin/env tshxCommand Video Layout ResetxCommand Video Layout Add LayoutId: 1xCommand Video Layout AssignLocalOutput LayoutId: 1 OutputId: 5xCommand Video Layout Frame Add LayoutId: 1 FrameId: 1 PositionX: 0 PositionY: 0 Width: 10000 Height: 10000 Layer: 1 Border: Off VideoSourceType: localInput VideoSourceId: 5

[tandberg:/user/scripts.d] $ lltotal 1-rwxr-xr-x 1 root root 324 Dec 11 01:24 c90_comp.tsh[tandberg:/user/scripts.d] $

C90再起動後、従来の Composite出力に戻る

HDMI 1HDMI 1 Composite 5Composite 5

Composite 5Composite 5にに selfviewselfviewしか表示されしか表示されないない

Page 4: C90 の Video 設定

作成したスクリプトが有効なのか確認

[tandberg:/user/scripts.d] $ tsh <c90_comp.tshWelcome toTANDBERG Codec Release TC5.1.5.297625SW Release Date: 2012-11-16

OK

*r VideoLayoutResetResult (status=OK):** end

OK*r VideoLayoutAddResult (status=OK): LayoutId: 1** end

OK*r VideoLayoutAssignLocalOutputResult (status=OK):** end

OK*r VideoLayoutFrameAddResult (status=OK): FrameId: 1** end

OKFailed to read: Inappropriate ioctl for device[tandberg:/user/scripts.d] $

エラーメッセージ表示するが、画面は期待通りの出力なので

スクリプトは間違えていない様子

Output 4Output 4と同等の出力になると同等の出力になる

HDMI 1HDMI 1 Composite 5Composite 5