Revision: 69984
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 20, 2015 23:14 by gofast505
Initial Code
ICogRecord lRec = new Cognex.VisionPro.Implementation.CogRecord(); lRec.Content = (CogImage8Grey) ltb.Outputs["ImageSubOut"].Value; lRec.ContentType = lRowImage.GetType(); //Different image but same type. lRec.Annotation = lRec.RecordKey = lRecAnno;
Initial URL
Initial Description
Simple record that the content is a Image.
Initial Title
Cognex Vpro Image Record
Initial Tags
image
Initial Language
C#