Jay Hanson
March 8, 2006, 04:59:11
I am having trouble getting the sinks to work with color. It works ok with mono but not color?
==================================
USING Version 3.0.110.505
Dim Sink As FrameHandlerSink, tpe As New FrameType
Sink.FrameTypes.Clear
tpe.Type = "UYVY" ' "Y800" works ok except I don't have color
Sink.FrameTypes.Add tpe
Sink.BufferCount = 5
Sink.SnapMode = False
ICImagingControl.Sink = Sink
=======================================
run time error 2
an unexpected DShowLibException occured:Error = startLive failed
VideoCaptureDevice = DFK 41F02
VideoFormat = UYVY (1280x960)
In file : ".\GrabberPImpl.cpp" at line : 576
============================
==================================
USING Version 3.0.110.505
Dim Sink As FrameHandlerSink, tpe As New FrameType
Sink.FrameTypes.Clear
tpe.Type = "UYVY" ' "Y800" works ok except I don't have color
Sink.FrameTypes.Add tpe
Sink.BufferCount = 5
Sink.SnapMode = False
ICImagingControl.Sink = Sink
=======================================
run time error 2
an unexpected DShowLibException occured:Error = startLive failed
VideoCaptureDevice = DFK 41F02
VideoFormat = UYVY (1280x960)
In file : ".\GrabberPImpl.cpp" at line : 576
============================