Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementar el manejo de las cámaras con APIs más cercanas al browser #17

Closed
iglosiggio opened this issue Dec 14, 2016 · 4 comments
Closed
Assignees

Comments

@iglosiggio
Copy link
Contributor

iglosiggio commented Dec 14, 2016

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices

Si bien no está implementado del todo devicechange ni la interfaz para manejar los controles custom de las webcams se puede llegar a un punto medio. Usar un tag <video> ayudaría a alivanar el peso que está haciendo JS+canvas en renderear la cámara y usar v4l2camera para modificar los controles.

@iglosiggio iglosiggio self-assigned this Dec 14, 2016
@iglosiggio
Copy link
Contributor Author

iglosiggio commented Dec 14, 2016

Una de las cosas piolas de usar esto así es que se puede usar WebRTC para compartir las cámaras.

@iglosiggio
Copy link
Contributor Author

iglosiggio commented Dec 15, 2016

El gran chromium no mantiene el formato de nombrado entre las versiones por lo visto :(

Electron (chrome: 53.0.2785.113):
image

Chromium (chrome: 55.0.2883.75):
image

@iglosiggio
Copy link
Contributor Author

iglosiggio commented Dec 15, 2016

Está bosquejado y funcional, pero por el problema que se me presentó en b06f0cf (no se puede tener resolución de webcam > 640x480) no me animo a mergear

@iglosiggio
Copy link
Contributor Author

Dado que la implementación tiene ya un tiempo (aunque aún no se pulió para funcionar bien en MacOS) lo ciero y marco como importante ya que fué un rediseño importante del sistema de cámaras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant