Post

Replies

Boosts

Views

Activity

Reply to Obj converted with Reality converter fails to show on Quicklook
Check is your object's name is typed correctly, or have a space in front of the object's name. it works for me.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Image rotates after applying filter
you need the set output.connection(with: .video)?.videoOrientation before capture image if let orientation = AVCaptureVideoOrientation(rawValue: UIDevice.current.orientation.rawValue) { camera.output.connection(with: .video)?.videoOrientation = orientation }
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21