How can I get BITMAPINFOHEADER from Image
-
Hi My application recieves a stream of images from an IP camera. The images are stored as byte arrays. Does anyone know how to get the BITMAPINFOHEADER from the images? Thanx
-
Hi My application recieves a stream of images from an IP camera. The images are stored as byte arrays. Does anyone know how to get the BITMAPINFOHEADER from the images? Thanx
go through this (if your network communication is SNMP) http://en.wikipedia.org/wiki/BMP_file_format[^]
Rajesh B --> A Poor Workman Blames His Tools <--
-
go through this (if your network communication is SNMP) http://en.wikipedia.org/wiki/BMP_file_format[^]
Rajesh B --> A Poor Workman Blames His Tools <--
Thanx for the reply Im using MJPG, I dont think that the images are recieved in BMP format. Isnt there some method I can use to extract the BITMAPINFOHEADER? Im having trouble writing the images to a avi file because of the format the images are in. Im having to change the image format before writing to video file which is to slow. Thanx