Is it possible to emulate a smartphone with multiple back cameras with Android Studio?

138 Views Asked by At

Does anybody know if you can emulate a smartphone with multiple back cameras with Android Studio?

I am new to AS and the answers that I found googling (i.e. multi-camera API) don't seem to solve the problem I'm having (or maybe they do, but I fail to see the connection).

The project is a video chat web app (sockets and stuff), so I need to get the info about cameras and mics. Recently I received feedback that the app happens to struggle with smartphones that have multiple back cameras (for example, Samsung A41). Looks as if I fail to get their proper ids and labels (device list is full of blanks / empty strings).

I don't have such a device on me, nor does anybody around me, and as it is NOT a mobile app I can't just run it with AS in debug mode (right?). So I was planning on emulating one to test the app and get rid of the bug. Please, share any thoughts!

0

There are 0 best solutions below