def hand_img_callback(self, ros_image):
try:
self.hand_img = self.bridge.imgmsg_to_cv2(ros_image, "bgr8")
except CvBridgeError, e:
print e
# cv2.imshow("Hand Image", self.hand_img)
# cv2.waitKey(3)