Skip to content

Commit

Permalink
Add ofxOpenCv dependency for bayer color conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Dec 20, 2017
1 parent 45b5e01 commit d0c1d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon_config.mk
@@ -1,9 +1,9 @@
meta:
ADDON_NAME = ofxPS3EyeGrabber
ADDON_DESCRIPTION = A Sony PS3 Camera grabber for openFrameworks.
ADDON_AUTHOR = bakercp
ADDON_AUTHOR = bakercp
ADDON_TAGS = "ps3eye" "camera" "ps3"
ADDON_URL = http://github.com/bakercp/ofxPS3EyeGrabber
common:
# We depend on ofxKinect for libusb so we don't have to package it with this addon.
ADDON_DEPENDENCIES = ofxKinect
ADDON_DEPENDENCIES = ofxKinect ofxOpenCv

0 comments on commit d0c1d8e

Please sign in to comment.