hdmi-cec_如何使用HDMI-CEC使用PlayStation 4或Pro自动打开电视

hdmi-cec

hdmi-cec

Call it petty, but there’s just something about eliminating the “turn on the TV” portion of firing up your PlayStation 4 that makes the whole process seem faster. And the good news is that getting this action on your setup is as easy and ticking a box.

称其为小事,但是消除PlayStation 4启动过程中的“打开电视”部分只是一件事,这使整个过程看起来更快。 好消息是,在您的设置上执行此操作非常容易,只需勾选一个框即可。

Of course, this is also a feature that has to be supported on the TV. It’s called HDMI-CEC, which is short for HDMI Consumer Electronics Control. In effect, it lets other devices—like set top boxes and game consoles—control your TV over HDMI. This is the setting the PlayStation 4 uses to turn on your TV (or switch it to the appropriate HDMI input if it’s already on).

当然,这也是电视必须支持的功能。 它称为HDMI-CEC ,是HDMI消费电子控制的缩写。 实际上,它可以让其他设备(如机顶盒和游戏机)通过HDMI控制电视。 这是PlayStation 4用于打开电视的设置(如果已经打开,则将其切换到适当的HDMI输入)。

So, before you get started on your PlayStation, you’ll need to first find the setting your TV and make sure it’s turned on. See our primer on HDMI-CEC for instructions, including common names for the feature used by various manufacturers and where you might find it. Godspeed.

因此,在开始使用PlayStation之前,您需要首先找到电视的设置并确保其已打开。 有关说明,请参阅我们在HDMI-CEC上的入门手册,包括各种制造商使用的功能的通用名称以及在哪里可以找到它。 上帝的速度。

With that enabled, go ahead and jump over to your PlayStation 4. Scroll over to the Settings entry in the action bar—it looks like a little suitcase.

启用该功能后,继续前进到PlayStation4。滚动到操作栏中的“设置”条目-看起来像个小手提箱。

From there, scroll down close to the bottom of the list and find the System entry.

从那里向下滚动到列表底部,然后找到“系统”条目。

Find the “Enable HDMI Device Link” option and toggle it to on. There’s no other information about this setting available on the system, so it’s a bit ambiguous, but this is basically what Sony is calling HDMI-CEC on the PlayStation 4.

找到“启用HDMI设备链接”选项,然后将其打开。 系统上没有关于此设置的其他信息,因此有点含糊,但这基本上就是Sony在PlayStation 4上所说的HDMI-CEC。

That’s all there is to it: from now on, whenever you tap the PS button on the controller to turn the PlayStation on, your TV will automatically turn on or switch over to the correct input.

这就是全部:从现在开始,每当您点击控制器上的PS按钮以打开PlayStation时,电视都会自动打开或切换到正确的输入。

翻译自: https://www.howtogeek.com/332725/how-to-automatically-turn-on-your-tv-with-the-playstation-4-or-pro-using-hdmi-cec/

hdmi-cec

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280898.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Microsoft POS for .NET v1.12 发布了

Microsoft POS for .NET v1.12是一个类库,它为你的.NET应用程序与POS设备的交互提供了一组简单统一的接口。使得供应商能够为常见的POS设备(如收银机,扫描仪等)轻松开发出通用的应用程序,您可以在此处下载.POSv1.12的更新:与 UPOS…

【APP接口开发】常用HTTP响应头状态码详解

1、200 OK,客户端请求城成功 2、400 Bad Request ,客服端请求语法错误,服务器无法理解和处理 3、401 unauthorized,请求未通过认证 4、403 permission forbidden ,无权限 5、404 URI不存在,访问的资源不存在…

leetcode——Lowest Common Ancestor of a Binary Tree

题目 Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. 思路 这一次说的是一个普通的二叉树,给出两个节点。求他们的最低公共父节点。回忆一下,当这棵二叉树是二分查找树的时候的解决方式: 二分…

MySQL-06:pyMySQL增删改查基本命令笔记

增 # 导入pymysql模块 import pymysql # 连接database conn pymysql.connect(host“你的数据库地址”, user“用户名”,password“密码”,database“数据库名”,charset“utf8”) # 得到一个可以执行SQL语句的光标对象 cursor conn.cursor() sql "INSERT INTO USER1(n…

ABP Framework 7.0 RC 新增功能简介

imageABP Framework 在架构上有四大目标:模块化、DDD、多租户和微服务。从 7.0 更新的功能来看,其侧重点转向微服务场景的实现,比如:Dapr 集成、动态权限和功能、外部本地化、分布式实体缓存服务,都是对微服务和分布式…

(原創) 07/28/1982 少女A (中森明菜)

Abstract明菜的第二首單曲,也是她的成名曲,在台灣曾經被歌手嘟嘟翻唱過。 Introduction[hjp2400,300,true]http://oomusou.googlepages.com/shojo_a.flv[/hjp2] 明菜從『少女A』這首單曲才開始竄紅,走的也是可愛路線,招牌的『明菜…

ftp服务

1.ftp工作原理FTP是一个客户机/服务系统。用户通过一个支持FTP协议的客户机程序,连接到在远程主机上的FTP服务器程序。用户通过客户机程序向服务器程序发出命令,服务器程序执行用户所发出的命令,并将执行的结果返回到客户机。2.安装ftp服务yu…

Spark Streaming高级特性在NDCG计算实践

从storm到spark streaming,再到flink,流式计算得到长足发展, 依托于spark平台的spark streaming走出了一条自己的路,其借鉴了spark批处理架构,通过批处理方式实现了实时处理框架。为进一步了解spark streaming的相关内…

mac触控板 鼠标中键_如何在Windows 10中停止意外的触控板点击(以及其他鼠标增强功能)...

mac触控板 鼠标中键It’s been the bane of laptop users for years: you’re typing away, your palm brushes the trackpad, and the accidental click inserts the cursor in the middle of the text completely screwing things up. Banish the frustration of accidental …

.Net 7的AOT原理简析

楔子上节了解AOT和CLR的区别,这节来稍微深入看下AOT的原理是什么?原理其实 AOT 的原理非常简单,为啥呢?因为微软又回归了传统,搞起来Obj目标文件和Link连接器。当年的VC就是这么弄的。AOT的编译实际上是围绕这两个东西…

垂直居中及容器内图片垂直居中的CSS解决方法

方法一: <style type"text/css"> <!-- * {margin:0;padding:0} div { width:500px; height:500px; border:1px solid #666; overflow:hidden; position:relative; display:table-cell; text-align:center; vertical-align:middle } div p …

Django04: ORM配置与使用MySQL数据库

配置&#xff1a; 1.手动创建数据库。 create database testDB 2. 在Django项目的settings.py文件中&#xff0c;配置数据库连接信息&#xff1a; DATABASES {"default": {"ENGINE": "django.db.backends.mysql","NAME": "你…

推荐一款 .NET 编写的 嵌入式平台的开源仿真器

Renode 是一个开发框架&#xff0c;通过让你模拟物理硬件系统来加速物联网和嵌入式系统开发。Renode 可以模拟 Cortex-M、RISC-V 等微控制器&#xff0c;不仅可以模拟 CPU指令&#xff0c;还可以模拟外设&#xff0c;甚至可以模拟板载的外设。更强的是&#xff0c;它可以让你在…

Android Bluetooth模块学习笔记

一、蓝牙基础知识 1.蓝牙&#xff08; Bluetooth &#xff09;是一种无线技术标准&#xff0c;可实现固定设备、移动设备和楼宇个人域网之间的短距离数据交换。蓝牙基于设备低成本的收发器芯片&#xff0c;传输距离近、低功耗。 2.微波频段&#xff1a;使用2.402GGHz到2.480GHz…

sql删除无人借阅的书_查找,下载,借阅,租赁和购买电子书的最佳网站

sql删除无人借阅的书So, you’ve got yourself an eBook reader, smartphone, tablet, or other portable device and you want to put some eBooks on it to take with you. There are many options for obtaining free eBooks as well as purchasing, borrowing, or even ren…

django05:ORM示例--person 增删改查

建立数据库连接后&#xff0c;演示代码 见我的资源 https://download.csdn.net/my

C#如何用正则表达式截取https和带端口的域名

如题。现有代码如下。只能截取 http://www.baidu.com的 www.baidu.com当域名为https://www.baidu.com 或者为 http://www.baidu.com:8080 时 则无法正确读取。。求高手给去能截取这样格式的代码 Thanks!string p "http://[^\.]*\.(?<domain>[^\.]*)";Regex r…

推荐一个开源的 .NET 二维码生成库

你好&#xff0c;这里是 Dotnet 工具箱&#xff0c;定期分享 Dotnet 有趣&#xff0c;实用的工具和组件&#xff0c;希望对您有用&#xff01;介绍QrCodeGenerator 是开源的 .NET 二维码生成库&#xff0c;它支持从文本字符串和字节数组生成二维码图片。这个库是基于 .NET Stan…

vue循环中的v-show

v-show如果使用循环对象的属性来时控制, 这个属性必须是加载时就存在的 <div class"list-group col-sm-12" v-for"(issue,index) in issue_list"><a click"switch_comments(issue, index)" style"background-color:#5cb85c;font-w…

C# 图片画矩形,添加文字

1.初始设置字体与笔 Pen pen new Pen(Color.FromArgb(220, Color.Green), 5);Font font new Font("微软雅黑", fontSize, FontStyle.Bold); // 定义字体Brush whiteBrush new SolidBrush(Color.FromArgb(220, Color.Red)); // 画文字用 2.初始设置图片和Graphics …