Hi there, i'm experimenting with HSI python interface and i'm trying to automate the panorama stitching process. One of my biggest fears now is debugging.
For example, doing something in wrong order (editing image after it is added to panorama) 1) p = hsi.Panorama() 2) img = hsi.SrcPanoImage() 3) p.addImage(le_img) 4) img.setYaw(yaw) in this example lines 3 and 4 should be swapped in order. However, the program just exits, without showing any errors. Is there any way to get some info from swig or c++ backend where / why the error was caused? Thanks -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/08bd86fc-784d-4654-9853-02376ed424e2n%40googlegroups.com.
