Post

Replies

Boosts

Views

Activity

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))
Topic: Spatial Computing SubTopic: General Tags:
Sep ’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
Topic: Spatial Computing SubTopic: General Tags:
Sep ’24
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 }
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’24
Comment on Not getting camera frame using enterprise API in Vision Pro
Hello @Vision Pro Engineer _ ARKit only runs in an immersive space. Is this view in an immersive space? _- Yes (Please review attach files) Also set com.apple.developer.arkit.main-camera-access.allow = true in plist https://drive.google.com/file/d/1GjwOEJ-q3H0azu25ZfQf9VH-Qf4QQ3V6/view?usp=sharing
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Not getting camera frame using enterprise API in Vision Pro
Is the app executing on a device running visionOS 2.0? Consider adding a print statement just under "// Fallback on earlier versions" to make sure the code is being executed. : Yes, Code is being executed under vision OS 2.0 : My Xcode version is (Version 16.0 beta (16A5171c))
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
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))
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’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
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Open the vision pro camera using Enterprise API and view it in application window
@Vision Pro Engineer The code is not entering the loop even though I have cameraFrameUpdates. None of the print statements are executed, and the debugger does not step into the loop. Why is this happening?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Open the vision pro camera using Enterprise API and view it in application window
@Vision Pro Engineer , @Vision Pro Engineer The code is not entering the loop even though I have cameraFrameUpdates. None of the print statements are executed, and the debugger does not step into the loop. Why is this happening?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on How to get selected usdz model thumbnail image using QuickLookThumbnailing
Hello @DTS Engineer , Thanks for the reply !! I am test and run this code in vision os simulator. So in simulator it was showing me like above apple AR icon, But while run this app in vision device it was working fine.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
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 }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24