在 android 上录制 8k 视频
recording 8k videos on android
如何从第 3 方相机应用程序在 android 上录制 8k 视频?
我特别指的是三星 s20 系列。
如果我检查支持的视频大小 - 我得到的只是 4K。
StreamConfigurationMap map = characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
android.util.Size[] sizeList = map.getOutputSizes(SurfaceTexture.class);
官方回答说暂时不支持8k
Hi Arbel, 4K is maximum output supported at this moment for 3rd party
developers using available APIs, unfortunately. We will pass this
requirement to the relevant team to consider it for the future.
Please let us know if we could help you further.
Best Regards, Samsung Developer Program
如何从第 3 方相机应用程序在 android 上录制 8k 视频? 我特别指的是三星 s20 系列。 如果我检查支持的视频大小 - 我得到的只是 4K。
StreamConfigurationMap map = characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
android.util.Size[] sizeList = map.getOutputSizes(SurfaceTexture.class);
官方回答说暂时不支持8k
Hi Arbel, 4K is maximum output supported at this moment for 3rd party developers using available APIs, unfortunately. We will pass this requirement to the relevant team to consider it for the future.
Please let us know if we could help you further.
Best Regards, Samsung Developer Program