https://github.com/bipark/spatialvideoseparate-swift
Separate spatial video into left and right screens
https://github.com/bipark/spatialvideoseparate-swift
Last synced: 8 months ago
JSON representation
Separate spatial video into left and right screens
- Host: GitHub
- URL: https://github.com/bipark/spatialvideoseparate-swift
- Owner: bipark
- License: mit
- Created: 2024-03-16T05:09:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T04:42:50.000Z (over 1 year ago)
- Last Synced: 2024-03-17T08:15:31.376Z (over 1 year ago)
- Language: Swift
- Size: 1.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spatial Video Separate - Swift/SwiftUI
Separating right and left images in spatial video
## Introduction
Spatial Video is a 3D video supported by the iPhone 15 Pro and 15 Pro Max. If you have an iPhone 15 Pro or a Max, you can create Spatial Video. However, this video can only be played on Apple Vision Pro and Oculus.
The basic principle of Spatial Video is a method that utilizes the difference in vision between both eyes, so you can watch 3D videos in a regular video player by using 3D glasses that you are already using.
In this project, I implement the basic functionality to separate the left-eye image and the right-eye image in Spatial Video, providing the basic functionality to utilize the images.
## App
You can download the app to create Anaglyph 3D, CardBoard 3D by separating Spatial Video from the link below.
[https://apps.apple.com/us/app/spatial-video-converter-pro/id6479389968](https://apps.apple.com/us/app/spatial-video-converter-pro/id6479389968)

## Requirements
- Xcode
- Swift
- SwiftUI
- AVFoundation
- AVKit
- iOS 17.2+
## Blog
[http://practical.kr/?p=768](http://practical.kr/?p=768)
## Contact
- billy park - [rtlink.park@gmail.com](rtlink.park@gmail.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details