Capture and process ProRAW images

RSS for tag

Discuss the WWDC21 session Capture and process ProRAW images.

View Session

Posts under wwdc21-10160 tag

1 result found
Sort by:
Post not yet marked as solved
0 Replies
98 Views
Trying Code : NSString *destpath2 = [documentsDirectory stringByAppendingPathComponent: @"RGBA8888Somthing.raw"];   CFURLRef url = (__bridge CFURLRef)[NSURL fileURLWithPath:destpath2];   CGImageDestinationRef destination = CGImageDestinationCreateWithURL(url, kUTTypeRawImage, 1, NULL); I am getting error : findWriterForTypeAndAlternateType:119: unsupported file format 'public.camera-raw-image'
Posted
by