There is a delay in the image following the wrist movement when using AVCameraSession + Front Camera + Vision for body tracking.
The results from the bodyposerequest are available at every 1.5-2s case the delay in updating the image location
Any suggestions to get this working ?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Can iPhone send a dictionary to watch in background using updateApplicationContext and get some computation done on watch and return another dictionary through updateApplicationContext from watch to phone? all with watch app in background?
Which is best API to get this successful every time?
The callback from syncing of NSPersistentCloudKitContainer is mostly added from iOS14 onwards. I got to know that NSPersistentCloudKitContainer.Event helps to understand sync status of data from CoreData to CloudKit.
Use Case:
I need to understand the sync status of data from watch to Cloudkit, so that I can choose to send it explicitly to companion phone or not.
Has anybody got leads how to use make use of the newly released features forNSPersistentCloudKitContainer in iOS14?
For reference : [https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer)