no se puede establecer la duración mínima común para la grabación de video con todos los fabricantes de Android
Frecuentes
Visto 155 veces
1
I am working with an application where created video should be uploaded on respective server. Before uploading it video duration time is setting dynamically with the response coming from server. what i am facing the issue with it, multiple android devices with different manufacture understand the provided value differently.
Por favor sugiera que debo hacer?
0 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas android or haz tu propia pregunta.
I am using following answere:- intent.putExtra("android.intent.extra.durationLimit", 60); but the duration time is not perfect in all android devices. - Rajeev
Because of Camera implementations are different with all OEMs and Models, so you may find different behaviour - Ketan Parmar