Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for example, exclude
# a whole folder from the parsed paths from the file system
#
# Variables can be specified using = or +=
# = will clear the contents of that variable both specified from the file or the ones parsed
# from the file system
# += will add the values to the previous ones in the file or the ones parsed from the file
# system
#
# The PG can be used to detect errors in this file, just create a new project with this addon
# and the PG will write to the console the kind of error and in which line it is
meta:
ADDON_NAME = ofxDabVideoTracker
ADDON_DESCRIPTION = provides support for basic computer vision algorithms and a range of tracking cameras
ADDON_AUTHOR = Daniel Bisig / ICST
ADDON_TAGS = "addon" "video tracking" "computer vision"
common:
# dependencies with other addons, a list of them separated by spaces
# or use += in several lines
# ADDON_DEPENDENCIES =
# include search paths, this will be usually parsed from the file system
# but if the addon or addon libraries need special search paths they can be
# specified here separated by spaces or one per line using +=
# ADDON_INCLUDES =
# any special flag that should be passed to the compiler when using this
# addon
# ADDON_CFLAGS =
# any special flag that should be passed to the linker when using this
# addon, also used for system libraries with -lname
# ADDON_LDFLAGS =
# linux only, any library that should be included in the project using
# pkg-config
# ADDON_PKG_CONFIG_LIBRARIES =
# osx/iOS only, any framework that should be included in the project
# ADDON_FRAMEWORKS =
# source files, these will be usually parsed from the file system looking
# in the src folders in libs and the root of the addon. if your addon needs
# to include files in different places or a different set of files per platform
# they can be specified here
# ADDON_SOURCES =
# some addons need resources to be copied to the bin/data folder of the project
# specify here any files that need to be copied, you can use wildcards like * and ?
# ADDON_DATA =
# when parsing the file system looking for libraries exclude this for all or
# a specific platform
# ADDON_LIBS_EXCLUDE =
ADDON_INCLUDES =
ADDON_LIBS =
osx:
ADDON_SOURCES_EXCLUDE =
ADDON_SOURCES_EXCLUDE += src/dab_tracker_astra_%
ADDON_SOURCES_EXCLUDE += src/dab_tracker_nuitrack_%
ADDON_SOURCES_EXCLUDE += src/dab_tracker_realsense_%
ADDON_SOURCES_EXCLUDE += src/dab_tracker_xi_%
ADDON_SOURCES_EXCLUDE += src/dab_tracker_zed_%
ADDON_INCLUDES_EXCLUDE =
ADDON_INCLUDES_EXCLUDE += src/dab_tracker_astra_%
ADDON_INCLUDES_EXCLUDE += src/dab_tracker_nuitrack_%
ADDON_INCLUDES_EXCLUDE += src/dab_tracker_realsense_%
ADDON_INCLUDES_EXCLUDE += src/dab_tracker_xi_%
ADDON_INCLUDES_EXCLUDE += src/dab_tracker_zed_%
vs:
ADDON_INCLUDES =
ADDON_INCLUDES += "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.1/include/"
ADDON_INCLUDES += libs/astra/include
ADDON_INCLUDES += libs/azure/include
ADDON_INCLUDES += libs/gige/include
ADDON_INCLUDES += libs/nuitrack/include
ADDON_INCLUDES += libs/realsense/include
ADDON_INCLUDES += libs/ximea/include
ADDON_LIBS =
ADDON_LIBS += "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.1/lib/x64/"
ADDON_LIBS += libs/astra/lib/win/astra.lib
ADDON_LIBS += libs/astra/lib/win/astra_core.lib
ADDON_LIBS += libs/astra/lib/win/astra_core_api.lib
ADDON_LIBS += libs/astra/lib/win/OpenNI2.lib
ADDON_LIBS += libs/azure/lib/win/win64/k4a.lib
ADDON_LIBS += libs/azure/lib/win/win64/k4arecord.lib
ADDON_LIBS += libs/gige/lib/win/win64/ImageLib.lib
ADDON_LIBS += libs/gige/lib/win/win64/PvAPI.lib
ADDON_LIBS += libs/nuitrack/lib/win64/middleware.lib
ADDON_LIBS += libs/nuitrack/lib/win64/nuitrack.lib
ADDON_LIBS += libs/realsense/lib/win/win64/realsense2.lib
ADDON_LIBS += libs/ximea/lib/win/win64/xiapi64.lib