K
K
Konstantin2017-02-01 11:19:19
HTML
Konstantin, 2017-02-01 11:19:19

Alternative to getUserMedia() for reading live camera stream on iOS?

Good afternoon!
I have a rather difficult question. I'll start formulating it by describing the end result
1. You need to stream video from the rear camera (well, or at least from some) mobile device through any browser
2. You need the ability to control the optical focus of the camera
В общем, весьма фантастические требования для браузера.
Так же я ограничусь только ios, ибо хоть android вполне поддерживает getUserMedia ( caniuse.com/#search=getuserMedia и например вот demo https://davidwalsh.name/demo/camera.php ), но особенности проекта требуют именно ios.
Использование

<input type="file" accept="video/*;capture=camcorder">

так же не подходит, нужен именно stream без участия пользователя (за исключением запроса на использования камеры).
Вполне рассматриваю идею упаковки приложения. Но, что важно, какое бы решение не существовало, оно должно быть в связке с html5.
Просьба дать советы либо сурсы, в какую сторону можно копать
Спасибо!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hbruser, 2017-05-05
@hbruser

In iOS, this is very bad for browsers.
If the camera can still somehow be taken away, then the microphone can not.
It's better to wait for Apple's getUserMedia support or build a native app without using a browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question