Posts

Post not yet marked as solved
1 Replies
162 Views
iPhone X running iOS 15.6 failed to connect to WPA3 Wifi using NEHotspotConfigurationManager API, however device running 16.3.1 can connect to WPA3 Wifi using the same NEHotspotConfigurationManager API. Can someone help me out?
Posted
by bohua.
Last updated
.
Post not yet marked as solved
1 Replies
216 Views
Set AVAssetWriterInput's AVVideoCompressionPropertiesKey as follows: AVVideoCompressionPropertiesKey = { AllowFrameReordering = 0; AverageBitRate = 30000000; ProfileLevel = "H264_Main_AutoLevel"; }; The exported video has B frame and level is 60, it is not supported by Photo app.
Posted
by bohua.
Last updated
.
Post marked as solved
1 Replies
342 Views
I create a subview of MTKView, and set it's pixel format and depth: clearColor = MTLClearColor(red: 0.0, green: 0.0, blue: 0.0, alpha: 1) depthStencilPixelFormat = .depth32Float colorPixelFormat = .bgra8Unorm autoResizeDrawable = true But the output color attachments are below: Prio to iOS 17, everything is ok.
Posted
by bohua.
Last updated
.