diff --git a/README.md b/README.md index 4c07e66..c871369 100755 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 \ No newline at end of file +For any other issues or limitations, please feel free to submit an issue on the ADPluginBar github page: https://github.com/jwlodek/ADPluginBar diff --git a/barApp/Db/NDBar.template b/barApp/Db/NDBar.template index e437cf1..caba943 100755 --- a/barApp/Db/NDBar.template +++ b/barApp/Db/NDBar.template @@ -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") } @@ -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"){