dji

package
v0.0.0-...-51a4268 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeviceNames = map[string]string{
	"FC1102":  "Spark",
	"FC220":   "Mavic Pro",
	"FC300C":  "Phantom 3",
	"FC300S":  "Phantom 3 Pro",
	"FC300SE": "Phantom 3 Pro",
	"FC300X":  "Phantom 3 Pro",
	"FC300XW": "Phantom 3 Adv",
	"FC3170":  "Mavic Air 2",
	"FC330":   "Phantom 4",
	"FC3411":  "Air 2S",
	"FC350":   "X3",
	"FC550":   "X5",
	"FC6310":  "Phantom 4 Pro",
	"FC6510":  "X4S",
	"FC6520":  "X5S",
	"FC6540":  "X7",
	"FC7203":  "Mavic Mini",
	"HG310":   "OSMO",
	"OT110":   "Osmo Pocket",
	"L1D-20":  "Mavic 2 Pro",
	"L2D-20c": "Mavic 3",
	"FC7303":  "Mini 2",
	"FC3582":  "Mini 3 Pro",
}

Functions

This section is empty.

Types

type ACType

type ACType int
const (
	NewAircraft ACType = iota
	OldAircraft
)

type Entrypoint

type Entrypoint struct{}

func (Entrypoint) Import

func (Entrypoint) Import(params utils.ImportParams) (*utils.Result, error)

type FileType

type FileType string
const (
	Video         FileType = "video"
	Photo         FileType = "photo"
	Subtitle      FileType = "srt"
	RawPhoto      FileType = "dng"
	PanoramaIndex FileType = "panoramaindex"
)

type FileTypeMatch

type FileTypeMatch struct {
	Regex *regexp.Regexp
	Type  FileType
}

type LatLongPair

type LatLongPair struct {
	Latitude, Longitude *regexp.Regexp
	Indicator           string
}

type LocationService

type LocationService struct{}

func (LocationService) GetLocation

func (LocationService) GetLocation(path string) (*utils.Location, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL