16 lines
395 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#include "../GeneralGrabWithGrabber/ItkCamera.h"
/* @brief配置触发。
* @param[in] pCam相机结构体指针。
*
* @briefConfigure trigger.
* @param[in] pCamCamera struct pointer. */
void SetSoftTriggerWithoutGrabber(pItkCamera pCam);
/* @brief创建数据流和缓冲区。
*
* @briefCreate data stream and buffer. */
void CreateStreamAndBuffer(pItkCamera pCam);