MfuncBufMaxValue
| Board | Supported |
|---|---|
| Host System | Yes |
| V4L2 | Yes |
| Clarity UHD | Yes |
| Concord PoE | No |
| GenTL | Yes |
| GevIQ | Yes |
| GigE Vision | Yes |
| Indio | No |
| Iris GTX | Yes |
| Radient eV-CL | Yes |
| Rapixo CL | Yes |
| Rapixo CoF | Yes |
| Rapixo CXP | Yes |
| USB3 Vision | Yes |
Return the maximum pixel value possible in the buffer.
Syntax
AIL_DOUBLE MfuncBufMaxValue(
AIL_BUFFER_INFO BufferInfoHandle //in
)
Description
This function returns the maximum pixel value possible in the specified Aurora Imaging Library buffer.
Parameters
BufferInfoHandle (in, AIL_BUFFER_INFO)
Specifies the handle of the Aurora Imaging Library buffer. The buffer handle must be obtained using MfuncInquire with M_BUFFER_INFO.
Return Value
Type: AIL_DOUBLE
The returned value is the maximum pixel value possible in the specified Aurora Imaging Library buffer.
Remarks
This function is equivalent to using
MbufInquirewithM_MAX, but provides no parameter checking or error reporting.