Zivid C++ API 2.18.0+1b44dbef-1
Zivid::CUDAStreamPtr Struct Reference

Wrapper for user-provided CUDA stream for synchronization. More...

#include <Zivid/ComputeWrappers.h>

Public Attributes

void * stream = nullptr

Detailed Description

Wrapper for user-provided CUDA stream for synchronization.

Used with DeviceArray::devicePointer() to synchronize SDK operations with user's CUDA stream before accessing device memory.

Member Data Documentation

◆ stream

void* Zivid::CUDAStreamPtr::stream = nullptr

The documentation for this struct was generated from the following file: