Skip to content

Commit

Permalink
tested newest changes successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Nov 5, 2018
1 parent c32aed8 commit e3aeb76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adUVCApp/src/ADUVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down
6 changes: 3 additions & 3 deletions iocs/adUVCIOC/iocBoot/iocADUVC/st.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3aeb76

Please sign in to comment.