Re: [mediacapture-image] Ignore PTZ request if no PTZ camera (#246)

> But what should happen then?

Since there is no PTZ camera in that case, all devices will react to pan : { ideal : 0 } the same way and it will be as if it is ignored.

The problem you seem to point out is when there is a mix of cameras with and without PTZ.
In that case, the request will be `{name: "camera", panTiltZoom: true}`.
Chrome implementation will most probably show the prompt asking user to allow 'use & move', though the camera that will be selected might not be a PTZ camera.

We could try fiddling with distances to maximise the ability to select a PTZ.
But there is no guarantee that a PTZ camera will actually be the one that will be used by the page.

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/246#issuecomment-683777533 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 31 August 2020 13:27:43 UTC