Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Recent content by t3l3tubie

  1. T

    Anafi & ArcGIS

    Ok, just updated the code for OpenAthena to support the Parrot Anafi. https://github.com/mkrupczak3/OpenAthena/commit/5d76b4adc0bf26efd4663a6638ea47650e4673f4 Thanks Vaakefjell, example image made this possible Check it out:
  2. T

    Anafi & ArcGIS

    Awesome! I should be able to use this example for development Will post back here once it's available, project is at OpenAthena.com -Matthew
  3. T

    Anafi & ArcGIS

    @Vaakefjell ok, thanks for pointing me in the right direction. Trying to write this software is hard, lots of different drones out there! Do you have any example images with the Anafi series? I will do some more searching myself as well
  4. T

    Anafi & ArcGIS

    Don't remember the exact model, in the metadata it's called "Disco"? I'm just looking at the raw EXIF and XMP metadata automatically included with the images Mainly just trying to parse this data for position and orientation. Most drone mfn.'s it's pretty easy, just Parrot does something...
  5. T

    Anafi & ArcGIS

    @rab4280 I'm working on some Python software that parses image metadata from drones to calculate the spot on the ground the camera is pointed at Parrot uses a different orientation format than any other drone I've seen, I'm trying to figure out how to use quaternions to convert from Omega, Phi...