CLEyeMulticam.CLEyeCameraDevice.getPixels C# (CSharp) Метод

getPixels() публичный Метод

public getPixels ( IntPtr pixels, int timeout ) : bool
pixels System.IntPtr
timeout int
Результат bool
        public bool getPixels(IntPtr pixels, int timeout)
        {
            if (_camera != IntPtr.Zero)
                return CLEyeCameraGetFrame(_camera, pixels, timeout);
            return false;
        }