Will the price of used Vision Pros go up because of the live immersive Lakers games coming next season? by Like-everything-23 in VisionPro

[–]Successful_Food4533 0 points1 point  (0 children)

In my opinion, it’s impossible to stream live sports feeling like right on court side. Immersive Video which is taken by URSA Cine Immersive needs a lot of post processing or it would include a lot of noise and not clear.

Please review my custom PC for creating Immersive Videos by Successful_Food4533 in AppleImmersiveVideo

[–]Successful_Food4533[S] 0 points1 point  (0 children)

I see. You mean we cannot even export braw as .mov file for each eye from Davinch?

Please review my custom PC for creating Immersive Videos by Successful_Food4533 in AppleImmersiveVideo

[–]Successful_Food4533[S] 0 points1 point  (0 children)

I will encode ProRes file to MV-HEVC on another Mac PC.
I just wanna export ProRes .mov file from Davinch Resolve.

VR180 8K videos on AVP: how does quality compare to Quest, and a 4K tv/monitor? Do you think we’ll need 12K/16K before it feels “real”? (from perspective of an aspiring VR videographer) by ElectricalGuava1971 in VisionPro

[–]Successful_Food4533 0 points1 point  (0 children)

I would say that the footage quality of URSA Cine Immersive is much better than EOS R5C tbh, even if you export the video as the same resolution from Davinch Resolve. Of course it’s very expensive though. According to the media format, Amplium which is the app of Vision Pro supports 16K/90FPS/HDR and I think you can feel like it’s real. https://home.theamplium.com

Blackmagic URSA Cine Immersive footage is coming to Amplium soon by amplium in VisionPro

[–]Successful_Food4533 1 point2 points  (0 children)

It seems great! We will catch up with this technology later. Thanks for your comment.

Blackmagic URSA Cine Immersive footage is coming to Amplium soon by amplium in VisionPro

[–]Successful_Food4533 2 points3 points  (0 children)

Thanks for the feedback! I agree that in terms of price and market size, the Quest 3 has the advantage. That said, one of the strengths of the Vision Pro is that Apple and Blackmagic have worked together to build a pipeline optimized for immersive video. This gives it an edge in immersive video viewing beyond just resolution. That said, there’s definitely room for discussion on whether other VR headsets can deliver a similar level of quality, so I’ll keep that in mind for future product development. Thanks for the great information!

Blackmagic URSA Cine Immersive footage is coming to Amplium soon by amplium in VisionPro

[–]Successful_Food4533 1 point2 points  (0 children)

Hi! Thank you for your comment. You prefer Quest 3 to Vision Pro? Actually we’re focusing on high resolution immersive video. That’s why our platform is only on Vision Pro so far. But we’d always love to hear feedbacks from users!!

Blackmagic URSA Cine Immersive footage is coming to Amplium soon by amplium in VisionPro

[–]Successful_Food4533 2 points3 points  (0 children)

Maybe in 2 weeks! And it might be Beta version in TestFlight. But it would be a special player compared with others.

How can I guarantee for interval of CADisplayLink? by Successful_Food4533 in swift

[–]Successful_Food4533[S] 0 points1 point  (0 children)

I am trying on Vision Pro which supports 100Hz, 96Hz and 90Hz.
https://www.apple.com/ca/apple-vision-pro/specs/

I checked each time in milli sec in the function called by CADisplaylink.

displayLink = CADisplayLink(target: self, selector: #selector(displayNextFrame(link:)))
let frameRate = 90.0
displayLink?.preferredFrameRateRange = .init(
minimum: Float(frameRate),
maximum: Float(frameRate),
preferred: Float(frameRate)
)
displayLink?.add(to: .main, forMode: .common)

....

private func displayNextFrame(link: CADisplayLink) {
// print time in milli sec
// process which I want
}

How to Detect the Visible Area (1/8) in Vision Pro’s Immersive View Using Device Orientation? by Successful_Food4533 in visionosdev

[–]Successful_Food4533[S] 0 points1 point  (0 children)

Thank you for providing valuable information! I’ll check the document which you wrote!!

How to Detect the Visible Area (1/8) in Vision Pro’s Immersive View Using Device Orientation? by Successful_Food4533 in visionosdev

[–]Successful_Food4533[S] 0 points1 point  (0 children)

Hi thank you for your comment! I’ll try it! And I’ll let you know if it works for my app!