parser.add_option ("","--time-offset",action="store",type="float",dest="time_offset",help="Topic to take image from",default=0.0)
parser.add_option ("","--image-topic",action="store",type="string",dest="image_topic",help="Topic to take image from",default="/dji21/camera0/image_raw_orig")
parser.add_option ("","--image-frame",action="store",type="string",dest="image_frame",help="Topic to take image from",default="/dji0/camera0/image_frame")
parser.add_option ("","--compressed",action="store_true",dest="compressed",help="If true image in is compressed.")