MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
Functions | |
MW_RESULT LIBMWCAPTURE_API | MWStartVideoEcoCapture (HCHANNEL hChannel, MWCAP_VIDEO_ECO_CAPTURE_OPEN *pEcoCaptureOpen) |
Starts video capturing for Eco Capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWSetVideoEcoCaptureSettings (HCHANNEL hChannel, MWCAP_VIDEO_ECO_CAPTURE_SETTINGS *pSettings) |
Sets capture parameters for Eco capture card. More... | |
MW_RESULT LIBMWCAPTURE_API | MWCaptureSetVideoEcoFrame (HCHANNEL hChannel, MWCAP_VIDEO_ECO_CAPTURE_FRAME *pFrame) |
Sets storage frames for Eco to capture video frames. More... | |
MW_RESULT LIBMWCAPTURE_API | MWGetVideoEcoCaptureStatus (HCHANNEL hChannel, MWCAP_VIDEO_ECO_CAPTURE_STATUS *pStatus) |
Gets status of Eco capture card, gets captured video frames. More... | |
MW_RESULT LIBMWCAPTURE_API | MWStopVideoEcoCapture (HCHANNEL hChannel) |
Stops Eco capture. More... | |
MW_RESULT LIBMWCAPTURE_API MWCaptureSetVideoEcoFrame | ( | HCHANNEL | hChannel, |
MWCAP_VIDEO_ECO_CAPTURE_FRAME * | pFrame | ||
) |
Sets storage frames for Eco to capture video frames.
[in] | hChannel | Opened channel handle |
[in] | pFrame | Storage frames of Eco to capture video frame |
MW_SUCCEEDED | Function call succeeded. |
MW_FAILED | Function call failed. |
MW_INVALID_PARAMS | Input invalid value(s). |
MW_RESULT LIBMWCAPTURE_API MWGetVideoEcoCaptureStatus | ( | HCHANNEL | hChannel, |
MWCAP_VIDEO_ECO_CAPTURE_STATUS * | pStatus | ||
) |
Gets status of Eco capture card, gets captured video frames.
[in] | hChannel | Opened channel handle |
[out] | pStatus | Eco capture status |
MW_SUCCEEDED | Function call succeeded. |
MW_FAILED | Function call failed. |
MW_INVALID_PARAMS | Input invalid value(s). |
MW_RESULT LIBMWCAPTURE_API MWSetVideoEcoCaptureSettings | ( | HCHANNEL | hChannel, |
MWCAP_VIDEO_ECO_CAPTURE_SETTINGS * | pSettings | ||
) |
Sets capture parameters for Eco capture card.
[in] | hChannel | Opened channel handle |
[in] | pSettings | Eco capture parameters |
MW_SUCCEEDED | Function call succeeded. |
MW_FAILED | Function call failed. |
MW_INVALID_PARAMS | Input invalid value(s). |
MW_RESULT LIBMWCAPTURE_API MWStartVideoEcoCapture | ( | HCHANNEL | hChannel, |
MWCAP_VIDEO_ECO_CAPTURE_OPEN * | pEcoCaptureOpen | ||
) |
Starts video capturing for Eco Capture device.
[in] | hChannel | Opened channel handle |
[in] | pEcoCaptureOpen | Eco video capture parameters |
MW_SUCCEEDED | Function call succeeded. |
MW_FAILED | Function call failed. |
MW_INVALID_PARAMS | Input invalid value(s). |
Usage:
MW_RESULT LIBMWCAPTURE_API MWStopVideoEcoCapture | ( | HCHANNEL | hChannel | ) |
Stops Eco capture.
[in] | hChannel | Opened channel handle |
MW_SUCCEEDED | Function call succeeded. |
MW_FAILED | Function call failed. |
MW_INVALID_PARAMS | Input invalid value(s). |