Post

Replies

Boosts

Views

Activity

Comment on How to show only Spatial video using PHPickerFilter in swift 5.0
Thanks for the reply!! Now I want to more clarify with you, I want to select only special video from gallery. Is there any specific type is available to identify the Spatial video like UTType.quickTimeMovie.identifier if itemProvider.hasItemConformingToTypeIdentifier(UTType.quickTimeMovie.identifier) { progress = itemProvider.loadFileRepresentation(forTypeIdentifier: UTType.quickTimeMovie.identifier) { [weak self] url, error in }
Mar ’24
Comment on Not getting camera frame using enterprise API in Vision Pro
Can you share the console output? What's the last print statement logged? Are there any errors? : NSBundle file:///System/Library/PrivateFrameworks/MetalTools.framework/ principal class is nil because all fallbacks have failed fopen failed for data file: errno = 2 (No such file or directory) Errors found! Invalidating cache... nw_socket_initialize_socket [C1:2] setsockopt SO_NECP_CLIENTUUID failed [22: Invalid argument] Continue ..... log as below comment
Sep ’24
Comment on Not getting camera frame using enterprise API in Vision Pro
nw_socket_initialize_socket setsockopt SO_NECP_CLIENTUUID failed [22: Invalid argument] nw_socket_copy_info [C1:2] getsockopt TCP_INFO failed [102: Operation not supported on socket] nw_socket_copy_info getsockopt TCP_INFO failed [102: Operation not supported on socket] cannot add handler to 0 from 1 - dropping cannot add handler to 0 from 1 - dropping cameraFrameUpdates:: CameraFrameUpdates(stream: Swift.AsyncStream<ARKit.CameraFrame>(context: Swift.AsyncStream<ARKit.CameraFrame>._Context))
Sep ’24