latenitefilms / GyroflowToolbox

Allows you to import Gyroflow Projects into Apple's Final Cut Pro
https://gyroflowtoolbox.io
MIT License
24 stars 1 forks source link

Update how we check for Gyro Data #13

Closed latenitefilms closed 1 year ago

latenitefilms commented 1 year ago

@AdrianEddy writes:

you can check for raw_imu instead if it's without gyro data, it will be null if it's with gyro data, it will be a string

you can search for "raw_imu": "

Needs to be adjusted here:

https://github.com/latenitefilms/GyroflowToolbox/blob/4d5712032db6ce3392265f98694d1916dbd41e49/Source/Gyroflow/Plugin/ImportGyroflowProjectView.m#L159