Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

unlisted error code -1074396077

Heres hoping someone can help me learn what the error code -1074396077 means.
 
It is being return from imaqColorThreshold() version 6.1
 
Thanx
0 Kudos
Message 1 of 2
(3,641 Views)
turboPres -

The error codes should be in the documentation, as well as in the file "nivision.h", for future reference.

That error code means "Incompatible image type", which probably means that you're calling imaqColorThreshold() with a dest image that is not of type IMAQ_IMAGE_U8, or a source image that is not of type IMAQ_IMAGE_RGB or IMAQ_IMAGE_HSL.

Hope this helps!

Greg Stoll
IMAQ R&D
National Instruments
Greg Stoll
LabVIEW R&D
0 Kudos
Message 2 of 2
(3,637 Views)