package service // ImageInfo deocded image data type ImageInfo struct { Data []byte Width int Height int // CameraID string }