57
submitted 8 months ago by willya@lemmyf.uk to c/apple@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] BorgDrone@lemmy.one 3 points 8 months ago

Fragmentation is a disadvantage in this way, but it allows for a far bigger strength – democratisation of technology

How is not supporting certain hardware features ‘democratisation’ ? This is not something users would be able to make an informed decision about, or even know about. No user goes into a phone shop and asks for a phone that has a GPU with support for SIMD-permute functions, to name one thing.

Camera2 API for years that gives us manual camera controls.

This is a good example. Camera2 API is still not supported by all phones, to the point they had to come up with CameraX to give hide the mess of dealing with multiple camera APIs from developers. Even then, Camera2 API is a joke compared to what you can do with AVFoundation.

One example: on iPhone I can set up the camera to deliver full-resolution (8, 12 or 24MP depending on the model of phone) frames to my app at, at least, 30 fps. Not only can I capture full-resolution images, I can get a synchronized stream of metadata (e.g. detected faces) with these frame. In addition to processing these frames in my code, I can simultaneously write the video to a compressed video file, again in full native camera resolution, with a custom time-synchronized metadata stream.

You can’t do anything even remotely like that on Android. You can’t get a video stream at native resolution, you’re lucky if it can do 1080p. You can’t grab raw video frames and record to a movie file at the same time. You can’t get a synchronized metadata stream. You can’t write custom metadata streams to video recordings. Hell, you can’t even get the current ISO value from the camera during live capture.

This is just one example, but there are many more areas where Android is severely lacking in capabilities.

Android may offer more customization options for end-users, but for developers iOS is so much more powerful that they aren’t really in the same league.

this post was submitted on 15 Feb 2024
57 points (91.3% liked)

Apple

2 readers
1 users here now

Here you can talk about Apple's ecosystem, Apple's OSs (Operating Systems), Apple's apps, Apple's everything!!

founded 4 years ago
MODERATORS