Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
33 views

For now, I'm developing front and back camera simultaneous recording and I found this code. I added some code snippet. You can take a look the full code in this url (https://github.com/Lax/Learn-iOS-...
Brave Rabbit's user avatar
3 votes
1 answer
400 views

I am working towards a camera app that can record video from the two back cameras on a phone. I have an OpenCamera function that is able to open the main back camera, but fails to open the ultrawide ...
Mayaank Pillai's user avatar
0 votes
1 answer
397 views

I want to get a specific camera id from multi camera device: private fun setupCamera() { val cameraIds: Array<String> = cameraManager.cameraIdList for (id in cameraIds) { ...
SadeQ digitALLife's user avatar
1 vote
1 answer
521 views

I have tried to implement a Multi-camera API to access a Wide-angle camera but no luck. Using the following links, not getting camera Ids on Nokia 7.2, Mi A1, Mi A3, One Plus Nord 2, and Samsung M30s....
Ajaysinh Dodiya's user avatar
0 votes
0 answers
748 views

I’m trying to use the multi-camera api in a Samsung Galaxy A32 and S20 but I didn’t get any Logical Camera from the cameraIdList. Have anyone tried this API and received any Logical Camera? This is ...
BrandonJR29's user avatar
2 votes
1 answer
2k views

I am trying to get the cameraId of the widest lense available on the rear side of the device. I am getting the "logical" rear camera just fine, as documented here. But it defaults to a ...
Steve Popovich's user avatar
4 votes
1 answer
543 views

I know that IOS13 can display 2 camera previews simultaneously on iPhone 11 Pro and above. I saw the DoubleTake app where they are showing live preview from all the 4 cameras (three back cameras and ...
zolio's user avatar
  • 2,591
6 votes
2 answers
5k views

I have been trying to tackle a problem where I need to track multiple people through multiple camera viewpoints on a real-time basis. I found a solution DeepCC (https://github.com/daiwc/DeepCC) on ...
user1932914's user avatar
3 votes
0 answers
443 views

I use C# xamarin and Nokia 7 plus which install android 9 already. Nokia 7 plus contain zeiss dual back camera. So I think I could get multi camera support [Activity(Label = "@string/app_name", Theme ...
Thaina Yu's user avatar
  • 1,552