From e3aeb76f09f76b0e56d3aa299b0eac92945e083d Mon Sep 17 00:00:00 2001 From: jwlodek Date: Mon, 5 Nov 2018 15:34:36 -0500 Subject: [PATCH] tested newest changes successfully --- adUVCApp/src/ADUVC.cpp | 2 +- iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adUVCApp/src/ADUVC.cpp b/adUVCApp/src/ADUVC.cpp index 136e6d8..7032867 100755 --- a/adUVCApp/src/ADUVC.cpp +++ b/adUVCApp/src/ADUVC.cpp @@ -540,7 +540,7 @@ void ADUVC::report(FILE* fp, int details){ fprintf(fp, " Image Height -> %d\n", height); fprintf(fp, " -------------------------------------------------------------------\n"); fprintf(fp, "\n"); - + ADDriver::report(fp, details); } } diff --git a/iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd b/iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd index 1ef0819..e7e92ae 100755 --- a/iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd +++ b/iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd @@ -12,11 +12,11 @@ epicsEnvSet("PORT", "UVC1") # The queue size for all plugins epicsEnvSet("QSIZE", "30") # The maximim image width; used for row profiles in the NDPluginStats plugin -epicsEnvSet("XSIZE", "640") +epicsEnvSet("XSIZE", "320") # The maximim image height; used for column profiles in the NDPluginStats plugin -epicsEnvSet("YSIZE", "480") +epicsEnvSet("YSIZE", "240") # The framerate at which the stream will operate -epicsEnvSet("FRAMERATE", "30"); +epicsEnvSet("FRAMERATE", "20"); # The maximum number of time seried points in the NDPluginStats plugin epicsEnvSet("NCHANS", "2048") # The maximum number of frames buffered in the NDPluginCircularBuff plugin