Ask Your Question

Revision history [back]

Bugs on Mac - Yosemite

Hi,

I'm using opencv.3.0.beta on a MAC Yosemite 10.10.2 and so far it mostly works, but there are some challenges that should be adressed:

  1. Really I don't like this cmake or at least this cmake port for the Mac. Somehow cmake is using the wrong headers and I don't see how I can do in cmake the simple equivalent of a "-I/usr/local/include/myDir". I did a trick to make it work at all, but I would prefer to do a real solution. Any suggestions someone ?

  2. The highgui module has some real fancy problems:

  3. the screen resolution is obviously 1280x800 in opencv instead of the 2560x1600 I paid for and I don't see, how this can be set (at least there is no simple cmake property).
  4. the waitkey doesn't seem to work. For me this looks like the window does not get the focus and so it is impossible to grab keys. There is no way to manually set the focus. Please add a setfocus call to this window stuff.
  5. All the window properties don't seem to work at all p.ex. WINDOW_AUTOSIZE does not autosize etc. I solved this by scaling myself, but I would prefer not to...

  6. In general I don't understand the module structure of opencv. I mean most of the time I can guess it from the names, but many times I had to grep it from the headers and once or twice I had to use symbols to find it. I would suggest to just get rid of this structure, just make one library. Even on Smartphones this shouldn't be a problem any more...