#include <stdint.h>
#include "MWLinux.h"
#include "MWCaptureExtension.h"
Go to the source code of this file.
◆ LIBMWCAPTURE_API
◆ MWCaptureSetVideoEcoFrame()
MW_RESULT LIBMWCAPTURE_API MWCaptureSetVideoEcoFrame |
( |
HCHANNEL |
hChannel, |
|
|
MWCAP_VIDEO_ECO_CAPTURE_FRAME * |
pFrame |
|
) |
| |
Set video Eco capture frame.
- Parameters
-
[in] | hChannel | Channel handle |
[in] | pFrame | capture frame |
- Returns
- Returns MW_SUCCEED if succeeded, otherwise returns MW_FAILED or MW_INVALID_PARAMS
◆ MWGetVideoEcoCaptureStatus()
MW_RESULT LIBMWCAPTURE_API MWGetVideoEcoCaptureStatus |
( |
HCHANNEL |
hChannel, |
|
|
MWCAP_VIDEO_ECO_CAPTURE_STATUS * |
pStatus |
|
) |
| |
Get video Eco capture status according to channel handle.
- Parameters
-
[in] | hChannel | channel handle |
[out] | pStatus | video capture status |
- Returns
- Returns MW_SUCCEED if succeeded, otherwise returns MW_FAILED or MW_INVALID_PARAMS
◆ MWSetVideoEcoCaptureSettings()
MW_RESULT LIBMWCAPTURE_API MWSetVideoEcoCaptureSettings |
( |
HCHANNEL |
hChannel, |
|
|
MWCAP_VIDEO_ECO_CAPTURE_SETTINGS * |
pSettings |
|
) |
| |
Set AMP value of video Eco capture.
- Parameters
-
[in] | hChannel | channel handle |
[in] | pSettings | Eco capture settings |
- Returns
- Returns MW_SUCCEED if succeeded, otherwise returns MW_FAILED or MW_INVALID_PARAMS
◆ MWStartVideoEcoCapture()
MW_RESULT LIBMWCAPTURE_API MWStartVideoEcoCapture |
( |
HCHANNEL |
hChannel, |
|
|
MWCAP_VIDEO_ECO_CAPTURE_OPEN * |
pEcoCaptureOpen |
|
) |
| |
Start video Eco capture according to channel handle.
- Parameters
-
[in] | hChannel | channel handle |
[in] | pEcoCaptureOpen | open parameter |
- Returns
- Returns MW_SUCCEED if succeeded, otherwise returns MW_FAILED or MW_INVALID_PARAMS
◆ MWStopVideoEcoCapture()
Stop video Eco capture according to channel handle.
- Parameters
-
[in] | hChannel | Channel handle |
- Returns
- Returns MW_SUCCEED if succeeded, otherwise returns MW_FAILED or MW_INVALID_PARAMS