jp.keijiro.bibcam
Advanced tools
Comparing version 2.0.6 to 3.0.0
@@ -9,5 +9,5 @@ { | ||
"name": "jp.keijiro.bibcam", | ||
"unity": "2021.1", | ||
"unity": "2021.3", | ||
"unityRelease": "0f1", | ||
"version": "2.0.6" | ||
"version": "3.0.0" | ||
} |
@@ -18,22 +18,32 @@ Bibcam - Burnt-in barcode metadata camera | ||
This project uses a LiDAR enabled iOS device as a camera. I'd recommend iPhone | ||
13 Pro/Pro Max for better quality. | ||
- Unity 2021 LTS | ||
- LiDAR-enabled iOS device for recording | ||
You can playback recorded video clips on any Unity-supported platform. | ||
How to Try | ||
---------- | ||
I created this project on Unity 2021.2. | ||
Build and play the `Encoder` scene on a LiDAR-enabled iOS device. You can | ||
record Bibcam video clips by pressing the "Record" button. It saves recorded | ||
clips into the camera roll. | ||
How To Try | ||
---------- | ||
To try playback with the recorded clips, copy them into the project directory | ||
(the directory that contains `Assets`, `Packages`, etc.) and rename it to | ||
`Test.mp4`. Then you can play it back with the `Decoder` scene. | ||
Build and play the `Encoder` scene on a LiDAR enabled iOS device. You can | ||
record Bibcam video clips by just pressing the "Record" button. It stores | ||
recorded clips in the camera roll. | ||
Tips | ||
---- | ||
Transfer a video clip to your computer. Copy it into the `StreamingAssets` | ||
directory, and rename it to `Test.mp4`. Then you can play it back in the | ||
`Decoder` scene. | ||
- The encoder application caps the frame rate at 30fps to reduce excessive | ||
energy consumption and thermal throttling. You can switch this behavior in | ||
the application settings (Settings -> Bibcam -> "Cap Frame Rate"). | ||
For more advanced usage, see the [BibcamVfx] repository. | ||
Related Repositories | ||
-------------------- | ||
- [BibcamVfx] -- Advanced Bibcam VFX with HDRP | ||
- [BibcamUrp] -- Bibcam renderer on URP | ||
- [BibcamTimeline] -- Bibcam frame-accurate playback with Timeline | ||
[BibcamVfx]: https://github.com/keijiro/BibcamVfx | ||
[BibcamUrp]: https://github.com/keijiro/BibcamUrp | ||
[BibcamTimeline]: https://github.com/keijiro/BibcamTimeline |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43651
59
49