Dual camera is not available for Redmi Note 14 pro plus

77 views
Skip to first unread message

Tomáš Válek

unread,
Jun 14, 2025, 12:39:08 PMJun 14
to Android CameraX Discussion Group
Hello, 

where I can check if Redmi Note 14 pro plus supports dual camera recording? Device has a dual camera function but CameraX does not return combination to use it.

Thank you.

Kailiang Chen

unread,
Jun 14, 2025, 1:20:35 PMJun 14
to Tomáš Válek, Android CameraX Discussion Group
Hi Tomas,

You can check PackageManager#FEATURE_CAMERA_CONCURRENT for concurrent (a.k.a dual) camera device capability. 

For dual camera recording, you can check this blogpost.

Best,
Kailiang

--
You received this message because you are subscribed to the Google Groups "Android CameraX Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camerax-develop...@android.com.
To view this discussion visit https://groups.google.com/a/android.com/d/msgid/camerax-developers/13da2cb1-0f54-481e-a56b-1afecf046c7cn%40android.com.

Tomáš Válek

unread,
Jun 14, 2025, 2:40:30 PMJun 14
to Android CameraX Discussion Group, kail...@google.com, Android CameraX Discussion Group, Tomáš Válek
I checked cameraManager.concurrentCameraIds, but it returns empty list of combination..

Dne sobota 14. června 2025 v 19:20:35 UTC+2 uživatel kail...@google.com napsal:

Kailiang Chen

unread,
Jun 15, 2025, 12:56:03 AMJun 15
to Tomáš Válek, Android CameraX Discussion Group
Yes, if CameraManager#getConcurrentCameraIds() returns an empty list, the device is not supporting Concurrent (a.k.a Dual) Camera. 
This is Camera2 API, which returns front + back camera id pairs. It should be aligned with PackageManager#FEATURE_CAMERA_CONCURRENT (only non-empty list when this is true).

If you are using CameraX, you can use ProcessCameraProvider#getAvailableConcurrentCameraInfos() to query the front + back camera pair information.

From your result, Xiaomi Redmi Note 14 pro seems not supporting Concurrent Camera. 
You could try Xiaomi 13/14/15 Pro/Ultra.

Best,
Kailiang




Tomáš Válek

unread,
Jun 15, 2025, 8:52:50 AMJun 15
to Android CameraX Discussion Group, kail...@google.com, Android CameraX Discussion Group, Tomáš Válek
Yes, but the stock camera app from Xiaomi supports dual camera recording.

Dne neděle 15. června 2025 v 6:56:03 UTC+2 uživatel kail...@google.com napsal:

Kailiang Chen

unread,
Jun 15, 2025, 11:06:16 AMJun 15
to Tomáš Válek, Android CameraX Discussion Group
Could you file a bug so we could double check with the Xiaomi team? 
It is possible OEM is not exposing the API to 3P apps.

I suggest you try Xiaomi 13/14/15 Pro/Ultra and see if there is any difference.

Tomáš Válek

unread,
Jun 16, 2025, 3:52:03 AMJun 16
to Android CameraX Discussion Group, kail...@google.com, Android CameraX Discussion Group, Tomáš Válek
Sorry, no I cannot. I do not have the device. It's device from my customer from different country. Could you try it?

Dne neděle 15. června 2025 v 17:06:16 UTC+2 uživatel kail...@google.com napsal:

Kailiang Chen

unread,
Jun 17, 2025, 2:26:45 PMJun 17
to Tomáš Válek, Android CameraX Discussion Group
I have tested the Xiaomi 14 Ultra. It supports Concurrent Camera.
PackageManager#FEATURE_CAMERA_CONCURRENT  returns true and CameraManager#getConcurrentCameraIds() returns the front and back camera ids.
Reply all
Reply to author
Forward
0 new messages