I want a widget that displays an image and (can) call a function with the coordinates when clicked. I also want it to play nicely with being constrained by a horizontal box sizer.
What is a good widget for this purpose and the tutorial for the same?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To get a live image feed and update it on a panel:
Any quick Python GUI to display live images from Camera
To get the coordinates of a mouse-over and clicks:
http://www.python-forum.org/pythonforum/viewtopic.php?f=2&t=9877