I am using a network camera that saves the image in a byte array in memory
(via their ocx component, and in the OnNewImage event I can get the pointer
to the image and the byte length as
e.lFrmBytes
e.lPtrToImage
How do I get at that array in memory and save it to disk? It seems to
suggest a pointer which is not supported in VB.
-Jerry
(via their ocx component, and in the OnNewImage event I can get the pointer
to the image and the byte length as
e.lFrmBytes
e.lPtrToImage
How do I get at that array in memory and save it to disk? It seems to
suggest a pointer which is not supported in VB.
-Jerry
Comment