Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed May 8, 2019
2 parents ccde356 + a929924 commit d062c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ ifdef ADPLUGINBAR
PROD_LIBS += NDPluginBar
ifdef OPENCV_LIB
opencv_core_DIR +=$(OPENCV_LIB)
PROD_LIBS += opencv_core opencv_imgproc opencv_highgui opencv_imgcodecs zbar
PROD_LIBS += opencv_core opencv_imgproc opencv_highgui zbar
else
PROD_SYS_LIBS += opencv_core opencv_imgproc opencv_highgui opencv_imgcodecs zbar
PROD_SYS_LIBS += opencv_core opencv_imgproc opencv_highgui zbar
endif
endif
```
Expand Down Expand Up @@ -145,4 +145,4 @@ There are some limitiations to the current release of the NDPluginBar plugin:
* When camera is not stable, barcode detection "flickers" meaning that it detects the barcode then loses it then detects it again. This problem is mitigated by a stable camera and a higher resolution.
* When viewing the live barcode detection feed, one dimensional barcodes are generally not read around all 4 corners like QR codes, resulting in a somewhat inaccurate bounding box

For any other issues or limitations, please feel free to submit an issue on the ADPluginBar github page: https://github.com/jwlodek/ADPluginBar
For any other issues or limitations, please feel free to submit an issue on the ADPluginBar github page: https://github.com/jwlodek/ADPluginBar
4 changes: 2 additions & 2 deletions barApp/Db/NDBar.template
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ record(stringin, "$(P)$(R)BarcodeType5_RBV")
{
field(DTYP, "asynOctetRead")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))BARCODE_TYPE5")
field(VAL, "None")
field(VAL, "None")
field(SCAN, "I/O Intr")
}

Expand Down Expand Up @@ -139,7 +139,7 @@ record(mbbo, "$(P)$(R)CodeCorners"){
field(FRST, "Code 5")
field(FRVL, "4")
field(VAL, "0")
field(autosaveFields, "VAL")
# field(autosaveFields, "VAL")
}

record(mbbi, "$(P)$(R)CodeCorners_RBV"){
Expand Down

0 comments on commit d062c2d

Please sign in to comment.