bahrain-uob / eco-guard-challenge

This repository is for the Eco Guard challenge
1 stars 1 forks source link

Extract longitude, latitude from image using python #89

Open yomnak opened 3 weeks ago

yomnak commented 3 weeks ago

Image

yomnak commented 1 week ago
yomnak commented 1 week ago

@cerashdan

yomnak commented 1 week ago

@maramesk

maramesk commented 1 week ago

@yomnak Resource here: https://aws.amazon.com/about-aws/whats-new/2018/10/kinesis-video-streams-fragment-level-metadata-support/ mentions that you can use Kinesis SDK to add metadata (add coords) https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk.html this is the Java Kinesis producer SDK: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-javaapi.html , and then parse it out using kinesis parser library you can find here here: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/parser-library.html