AdrianEddy / telemetry-parser

A tool to parse real-time metadata embedded in video files or telemetry from other sources like Betaflight blackbox. Supported formats: Sony, GoPro GPMF, Insta360, Betaflight blackbox (csv and binary)
Apache License 2.0
145 stars 15 forks source link

Windows version of the app does not open #22

Closed Slint7 closed 1 year ago

Slint7 commented 1 year ago

Good day

I have Windows 10. I tried the v0.2.7, 32 & 64 versions and tried running it as administrator.

When I double-click the .exe file, nothing happens.

Do you have an explanation on how to use the telemetry-parser?

Am I using it incorrectly, do I need a prerequisite or can Windows security be blocking the app?

Thanks for the great work.

AdrianEddy commented 1 year ago

it's a command line application, it doesn't have a graphical user interface. What do you want to use it for? If you just drag & drop a video file over gyro2bb.exe it will produce .csv by default

Slint7 commented 1 year ago

Thank you for the explanation.

On Thu, 22 Dec 2022, 18:28 AdrianEddy, @.***> wrote:

it's a command line application, it doesn't have a graphical user interface. What do you want to use it for? If you just drag & drop a video file over gyro2bb.exe it will produce .csv by default

— Reply to this email directly, view it on GitHub https://github.com/AdrianEddy/telemetry-parser/issues/22#issuecomment-1363043805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPL4JVHCAHMZEPXBHCE3T3WOR6RPANCNFSM6AAAAAATGU62WQ . You are receiving this because you authored the thread.Message ID: @.***>

Slint7 commented 1 year ago

When I drag Gopro footage to the .exe it works fine however, I can't get the Open Camera Sensors .csv files working.

How does it work with the Andoid app, Open Camera Sensors?

(The Open Camera Sensor files are 4 different .csv files for the gyro, accelerometer, timestamps and magnetic info)

I want to use the Open Camera Sensor data with Gyroflow video stabilization.

On Thu, Dec 22, 2022 at 6:28 PM AdrianEddy @.***> wrote:

it's a command line application, it doesn't have a graphical user interface. What do you want to use it for? If you just drag & drop a video file over gyro2bb.exe it will produce .csv by default

— Reply to this email directly, view it on GitHub https://github.com/AdrianEddy/telemetry-parser/issues/22#issuecomment-1363043805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPL4JVHCAHMZEPXBHCE3T3WOR6RPANCNFSM6AAAAAATGU62WQ . You are receiving this because you authored the thread.Message ID: @.***>

AdrianEddy commented 1 year ago

You don't have to use this app at all then, just open the files directly in Gyroflow v1.4.0

Slint7 commented 1 year ago

Thank you.