jp.keijiro.metavido
v5.1.1
Published
Metadata Multiplexing Video Format
Downloads
48
Readme
Metavido - Metadata Embedding Video Subformat
Metavido (formerly known as Bibcam) is a video subformat that embeds camera metadata directly into video frames using a burnt-in-barcode technique. It also integrates non-color planes, such as depth information and human stencil, into the frame through a squeezing method.
Metavido enables recording, editing, and playback of AR-ready video clips without the need to worry about desynchronization with external tracking data.
System Requirements
- Unity 6
- A LiDAR-enabled iOS device for recording
How to Try
To try Metavido, start by building and running the Encoder
scene on a
LiDAR-enabled iOS device. Once the application is running, press the “Record”
button to capture Metavido clips, which will be automatically saved to your
camera roll.
To play back the recorded clips, copy the clips into your project directory
(the directory that contains Assets
, Packages
, etc.), and rename the file
to Test.mp4
. You can then use the Decoder
scene to play back the clip.
Tips
- The encoder application caps the frame rate at 30fps to minimize energy consumption and prevent thermal throttling. You can adjust this setting in the application settings (Settings -> Metavido -> “Cap Frame Rate”).