1.0.9 • Published 6 years ago

@veo/cdm v1.0.9

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
6 years ago

Camera Direction Manager

The responsibility of these classes is to contain animation curves of camera movement over time. We call it a timeline. It is based on values at certain timestamps. The values are longitude, latitude,virtical_fov and confidence. The first three values are in radians the last is between 0 and 1. The stored format of the timelines come in two flavors. A simple flat format that can only contain one timeline, and a json format where timelines can be stacked.

Getting Started

Right now it is plain/vanila JavaScript project so no localhost or build, jet!

Running the tests

To make sure that all works as intendent run following command in terminal:

npm run test:json

or this for det format

npm run test:det

For more information see section scripts in package.json file.

Releasing

To release new version run following command in your terminal:

npm run release

It will updated version in package.json, create git TAG and all the changes and new tag push to remote (for more info see Git Docs or section scripts in package.json file).

Versioning

In this repo used SemVer for versioning, PATCH. For the versions available, see the tags on this repository.

Server side execution

Requires formatter.js which will be called in format "node formatter.js " where points to human or machine annotations on the machine