Skip to content

Commit

Permalink
Fixed mis-named function in LEPTON_AGC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Johnson committed May 24, 2016
1 parent 34eff19 commit 3ce2f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/raspberrypi_libs/leptonSDKEmb32PUB/LEPTON_AGC.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ extern LEP_RESULT LEP_GetAgcLinearHistogramTailSize( LEP_CAMERA_PORT_DESC_T_PTR
extern LEP_RESULT LEP_SetAgcLinearHistogramTailSize( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
LEP_UINT16 agcLinearHistogramTailSize );

extern LEP_RESULT LEP_GetAgcHistogramClipPercent( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
extern LEP_RESULT LEP_GetAgcLinearHistogramClipPercent( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
LEP_UINT16 *agcLinearClipPercentPtr );
extern LEP_RESULT LEP_SetAgcHistogramClipPercent( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
extern LEP_RESULT LEP_SetAgcLinearHistogramClipPercent( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
LEP_UINT16 agcLinearClipPercent );

extern LEP_RESULT LEP_GetAgcLinearMaxGain( LEP_CAMERA_PORT_DESC_T_PTR portDescPtr,
Expand Down

0 comments on commit 3ce2f7f

Please sign in to comment.