COPY_TYPE Class Reference

Lists available copy operation on sl.Mat. More...

Detailed Description

Lists available copy operation on sl.Mat.

Note
The ZED SDK Python wrapper does not support GPU data storage/access.
Enumerator
CPU_CPU Copy data from CPU to CPU.
GPU_CPU Copy data from GPU to CPU.
CPU_GPU Copy data from CPU to GPU.
GPU_GPU Copy data from GPU to GPU.