18 questions
1
vote
0
answers
33
views
iOS AVmulticamPiP Video recording issue for react-native bridging
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-...
3
votes
1
answer
400
views
Opening Second Camera with Camera2 Multicamera API
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 ...
0
votes
1
answer
397
views
How to get a specific camera in android multi camera device
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) {
...
1
vote
1
answer
521
views
Xamarin.Android: Implement Zoom use-case using Camera2 > Multi-camera API
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....
0
votes
0
answers
748
views
How to use Multi-Camera API with Samsung device?
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 ...
2
votes
1
answer
2k
views
How to use the widest angle lense with Camera2/CameraX API
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 ...
4
votes
1
answer
543
views
IOS 13 can show 4 camera previews at the same time?
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 ...
6
votes
2
answers
5k
views
Is there an open source solution for Multiple camera multiple object (people) tracking system?
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 ...
3
votes
0
answers
443
views
Cannot get multi camera from Nokia 7 plus
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 ...