Ask Your Question

SimpleSi's profile - activity

2017-07-19 15:48:22 -0600 commented question Only getting one active Window after re-install

Thank you very much :) I had to use cv2.WINDOW_GUI_NORMAL from last answer from here but sorted now :)

Can you post your comment in the answer box please :)

2017-07-18 10:22:08 -0600 asked a question Only getting one active Window after re-install

I was using OpenCV3.2.0 with contrib as using ArUCo markers and using Python and i needed to re-install my OS. No problem with that - OS re-installed went fine (RPi flavour of Debian Jessie) and re-compilied opencv3.2.0 but now instead of getting 6 video windows on my screen when I run my program (one for each imgshow) - I'm only getting one which is anchored to top left and has icons on it inc left/right/up/down arrows

What have I done differently this time (and how can I get back to my old 6 separate windows)

regards

Simon

2017-07-18 09:30:40 -0600 received badge  Scholar (source)
2017-07-18 09:30:27 -0600 commented answer Very reliable ArUco dictionary

Thanks - I just didn't want to go down the path of less bits to find out that it was actually the wrong thing to do :)

2017-06-16 03:20:58 -0600 received badge  Autobiographer
2017-06-16 03:19:46 -0600 asked a question Very reliable ArUco dictionary

Hi - I'm new to using ArUCo and I am using them for detecting the position (and orientation) of robot vehicles in an arena.

At the moment, I'm just using 6 tags - 4 to mark arena corners and 2 others for just two robots in arena at same time.

I was wondering if I'd be better off moving to one of 4x4 dictionaries from the standard original 5x5 that I'm currently playing with to maximise chances of finding the markers.

Simon