Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates default marker series of a default provider.
HRESULT CvCreateDefaultMarkerSeriesOfDefaultProvider(
_Out_ PCV_PROVIDER* ppProvider,
_Out_ PCV_MARKERSERIES* ppMarkerSeries
);
Parameters
ppProvider
Address of provider object variable. Address cannot be NULL, the variable can have any value.ppMarkerSeries
Address of marker series object variable. Address cannot be NULL, the variable can have any value.
Return Value
S_OK when both provider and marker series are successfully created or error code in case there were any errors. Use SUCCEEDED/FAILED macros to check for error condition.
Requirements
Header: cvmarkers.h