KonradIT / mmt

Media Management Tool - make importing videos/photos from GoPro and other action cameras/drones a little bit more bearable.
http://mmt.camera
Apache License 2.0
106 stars 11 forks source link

Info command to print GoPro settings #86

Open daktak opened 1 year ago

daktak commented 1 year ago

Initial Info support

Closes #83

Added initial support for info command. Needs work to give error for other cameras

$ ./mmt info -i 10.5.5.9
Using config file: /home/user/.mmt.yaml
SSID : GP34713698
Mode : Video
White Balance : Auto
Resolution : 2.7K
ISO Mode : Max
ISO Limit : 400
Protune : false

Type:

Camera:

Component:

KonradIT commented 1 year ago

Hi @daktak , for that issue I had more in mind to read a video file and output the protune info and other stuff, kinda like what its being done here: https://gopro.github.io/labs/control/metadata/

But printing it nicely in the terminal. This is also cool, but not what the issue is about.

daktak commented 1 year ago

Oh cool, maybe can switch between this and reading file by "sd_card" or "connect"