Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jwlodek/ADCompVision
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Mar 6, 2020
2 parents ab58f0b + d8f14e0 commit 1230af5
Show file tree
Hide file tree
Showing 4 changed files with 1,840 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dependencies: ADCompVision requires opencv core, highgui, image processing, and

<!--RELEASE START-->

## R1-2 (???-July-2019)
## R1-2 (5-March-2020)

* Computer Vision functions implemented
* Video Record - allows for video recording with areaDetector
Expand Down Expand Up @@ -82,4 +82,4 @@ Dependencies: ADCompVision requires opencv core, highgui, image processing, and
* More...
* Perform tests with variety of cameras
* Performance improvements and bug fixes
* Expand file saving to allow for capture, stream, etc
* Expand file saving to allow for capture, stream, etc
3 changes: 2 additions & 1 deletion adcvApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ include $(TOP)/configure/CONFIG

DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *op*))

DIRS += adcvSrc

include $(TOP)/configure/RULES_DIRS
include $(TOP)/configure/RULES_DIRS
1 change: 1 addition & 0 deletions adcvApp/op/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ADL_DIR = adl
UI_DIR = ui/autoconvert
EDL_DIR = edl/autoconvert
OPI_DIR = opi/autoconvert
BOB_DIR = bob/autoconvert

include $(CONFIG)/RULES_DIRS

Expand Down
Loading

0 comments on commit 1230af5

Please sign in to comment.