Post

Replies

Boosts

Views

Activity

Reply to How to capture 48 MP Apple ProRAW?
Thank you for clarifying. I've made a report through Feedback Assistant. This seems like a really poor design decision. You literally cannot use the 48MP capture for time-lapse or stop motion because of this. It is also not documented, and seems counter to the fact that we already have to specify the maximum dimensions... which should be sufficient to trigger this feature.
Topic: Media Technologies SubTopic: Audio Tags:
Sep ’23
Reply to How to capture 48 MP Apple ProRAW?
I wanted to add that I could not get the 48MP image until I also set the photoSettings photoQualityPrioritization to the maximum value. Something like this (Objective-C): photoSettings.photoQualityPrioritization = photoOutput.maxPhotoQualityPrioritization;
Topic: Media Technologies SubTopic: Audio Tags:
Sep ’23
Reply to ImageCaptureCore
I'm not sure why the Canon camera isn't being detected, but to get started with actually sending PTP messages, this code is a good start: https://github.com/fruitsamples/PTPPassThrough/tree/master
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to How to capture 48 MP Apple ProRAW?
Thank you for clarifying. I've made a report through Feedback Assistant. This seems like a really poor design decision. You literally cannot use the 48MP capture for time-lapse or stop motion because of this. It is also not documented, and seems counter to the fact that we already have to specify the maximum dimensions... which should be sufficient to trigger this feature.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to How to capture 48 MP Apple ProRAW?
I wanted to add that I could not get the 48MP image until I also set the photoSettings photoQualityPrioritization to the maximum value. Something like this (Objective-C): photoSettings.photoQualityPrioritization = photoOutput.maxPhotoQualityPrioritization;
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Is AudioOutputUnitStop synchronous?
I think that macOS 13 has broken this promise. That is, after calling AudioOutputUnitStop from within the I/O proc, the system calls the I/O proc again.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Feb ’23