Giter VIP home page Giter VIP logo

klvgen's Introduction

#klvgen

This is a proof-of-concept tool that generates a MISB 601.2 compliant metadata packet stream for interpolation with video streams. It includes a running timestamp and several static data fields.

##Typical use case We want information such as the timestamp and gps coordinates of a drone's camera feed, but we don't want to worry about timestamps getting out of sync with the video or matching metadata to the right video stream.

##Compilation The makefile includes targets for linux, OS X, and Windows. The default target is linux:

$ make            (linux)
$ make osx        (OS X)
$ make win32      (Windows)

If you are compiling for windows and do not have make installed, use the following:

$ gcc -Wall -o klvgen.exe klvgen.c -D WIN32 -lwsock32

Note: This has been only been tested on windows XP and 7 using MinGW.

##Usage If run with no arguments, klvgen will start with default values for connection parameters and fields.

$ ./klvgen

For a full listing of available parameters, run klvgen with the -h or --help flags.

$ ./klvgen -h
$ ./klvgen --help

klvgen's People

Contributors

kevana avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

all4gis

klvgen's Issues

TimeStamp Warning

Hi Kevana,

Thanks for the script, we are testing script and getting attached error regarding time stamp.
Also, do you happen to have XML or JSON dictionary file for the metadata?
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.