D
D
dendead2020-09-21 10:13:55
Java
dendead, 2020-09-21 10:13:55

Do I need to use CameraX to record video?

Now I'm dealing with libraries for working with video on Android. As I understand it, Camera2 is mainly used. There are examples, documentation, etc. for it. Not so long ago, Google released CameraX. Examples of working with photos have already appeared, but there is almost no information about the video. I found this useful: https://stackoverflow.com/questions/56054647/can-i...

I've been writing for Android not so long ago and I don't know how fast/quality Google releases/finishes new features for developers. Is it better to make an application using the unstable CameraX or stop at Camera2 and rewrite under X in the future? Maybe there are more convenient free libraries that you can look at?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zakkav, 2020-10-01
@dendead

If this application is for a commercial product, it is better to use camera2, for myself cameraX, a week ago I wrote a camera application for myself with photo / video functions on cameraX, it works well, but there are bugs that need to be caught

D
Denis Zagaevsky, 2020-09-21
@zagayevskiy

Better CameraX

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question