Skip to main content

[职场感言] Meta VR (Oculus) 已经小成 |只看干货

 我作为oculus员工, 觉得有必要为 Meta VR (Oculus) 说句话,Meta VR已经小成功了,未来可期。下面从投入产出来分析:
. 1point3acres.com
从投入来说:. .и
1, 从亏损来说,扎克伯格自己说了呀,Reality Lab 最大的亏损不是 VR,是另一个方向。纯 VR 来说,不算上面的content,估计一年也就亏个两三十亿美金,跟meta1200亿营收来说,不算啥。而且 quest 系列硬件不亏钱,当初 quest 2 299美金卖的时候,一台也就亏个十几美金。最新的折扣 349,包括beat saber, resident evil 4, meta 肯定是赚钱的。因为 beat saber 是 meta 旗下 studio 的,resident evil 4 也是 meta移植过来的(这个游戏 meta funded). Waral dи,
2,Reality Lab 两万人,但在 VR VP下面也就1000人。1000人做 vr 真不算多。当年硬件部分可能不算在这1000人里,但 vr 的硬件基本也是供应链采购的,meta vr 的核心竞争力是 content,操作系统(优化的 aosp + 一堆 vr sdk),是软件。

从产出来说:
1, Quest 2 的年销量去年跟 xbox 系列持平。这就已经说明了,quest 最低也是个成功的游戏主机。
2, xbox 没有潜力了,但quest 还有很多。我来说几个也许能让 quest 更上一层楼的地方:
- hand tracking, quest 系列最终会脱离手柄,而能够直接用手控制。.--
- 混合现实,quest 3早就被爆料了,主打混合现实。
- 你的物理房间和虚拟房间的融合,就是 quest 对你物理的房间进行建模,虚拟化。然后虚拟的东西可以叠加在你的物理房间里。譬如,你带上quest,你的房间是100寸的电视(你自己放置的,也可以是一片海)。就是你的物理房间和虚拟房间一体了,你带上headset可以随意装饰你的房间。你的电子宠物可以说话,也可以跳上你物理的床。
- quest 的舒适性会逐步提高。pancake lens 是一个大的进步,下一步是Holographic (好像是这么叫的,还没量产,但技术已经有了). quest 前后配重均匀,300多g,过几年可以实现。
- 类真人的全息投影通话,也许这是个 killer app
3,quest 还没有对手。pico 4 应该说,对 quest 2 基本没造成冲击,虽然 pico 4 硬件成本比 quest 2高不少,卖得还便宜,但销量惨淡,amazon uk/jp 两位数的评价,国内销量一个月也就5万台。quest 的 vr 壁垒比想象的高。
4,很多人不知道,大量的 vr 游戏是 meta 的或者 meta funded。beat saber, popultation one 这些工作室都被 meta 收购了。.
5, horizon worlds 是烂,但quest成功,horizon 才有希望,也有希望。毕竟系统预装,现在也没有定位一样的产品 (vrchat 太二次元,rec room 太幼儿园)

像扎克伯格自己说,如果 vr 最终是个游戏机,那他非常失望,但哪怕 quest 的市场跟xbox差不多,对meta来说也是成功。就像你不能说微软做 xbox 是个失败。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...