問題タブ [mediastream]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - getUserMedia - 深度ストリーム拡張
を通じて深度ストリーム トラックのプロパティにアクセスするにはどうすればよいgetUserMedia()
ですか? 取得しようとしているプロパティは、メディア トラックprincipalPointX, principalPointY, focalLengthX, focalLengthY
からのものです
ドキュメントにはdepth
、true に設定する必要があると書かれているため、それを行うと、次の設定を強制するエラーが表示されますvideo
。
(index):20 Uncaught TypeError: Failed to execute 'getUserMedia' on 'Navigator': At least one of audio and video must be requested
私がこれをやろうとすると:
stream
のように取得しようとしているプロパティを返しませんprincipalPointX
。どんな助けでも大歓迎です。