1. 25 Jun, 2017 2 commits
  2. 20 Jun, 2017 1 commit
  3. 19 Jun, 2017 1 commit
  4. 26 Jan, 2017 1 commit
  5. 24 Jan, 2017 1 commit
  6. 23 Jan, 2017 1 commit
  7. 01 Dec, 2016 1 commit
  8. 15 Nov, 2016 1 commit
  9. 09 Oct, 2016 1 commit
  10. 08 Oct, 2016 1 commit
  11. 07 Oct, 2016 1 commit
  12. 30 Sep, 2016 1 commit
  13. 14 Sep, 2016 1 commit
    • Valeriy Van's avatar
      Merge pull request #7178 from valeriyvan:iosfixes · f1dcf71d
      Valeriy Van authored
      * Changes delegate property from assign to weak
      
      In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
      Assign for delegate is sign of legacy code.
      This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
      This change shouldn't break any existing code.
      
      * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files
      
      For whatever reason compiler can't synthesize these.
      And yes, it's time to convert all Objective-C stuff to ARC.
      f1dcf71d
  14. 09 Sep, 2016 2 commits
  15. 26 Aug, 2016 1 commit
  16. 25 Aug, 2016 1 commit
  17. 23 Aug, 2016 1 commit
  18. 11 Aug, 2016 1 commit
  19. 12 Jul, 2016 1 commit
  20. 27 Jun, 2016 3 commits
  21. 17 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea new param · e55a053d
      Marian Zajko authored
      - added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter
      - added acquisition resetting for paramters that require it
      e55a053d
  22. 09 Feb, 2016 1 commit
    • Marian Zajko's avatar
      ximea interface update · c2165733
      Marian Zajko authored
      - fixed getProperty call definition
      - added new parameter defitions
      
      removed whitespaces
      
      Reworked enumerators to keep values from previous commit
      
      ximea enums fixes
      
      - fixed whitespaces issue
      - fixed duplicate enum values error
      
      ximea enum definitions update
      
      - fixed videioio.hpp code style
      - fixed ABI violation in enums
      - added new parameter handlers to cpp
      
      XIMEA setProperty update
      
      Added acquisition resetting to buffer size adjustment parameters.
      c2165733
  23. 18 Dec, 2015 1 commit
  24. 17 Dec, 2015 1 commit
  25. 10 Nov, 2015 3 commits
  26. 09 Nov, 2015 1 commit
    • Marian Zajko's avatar
      Fixed whitespace issue · 352b1212
      Marian Zajko authored
      Removed tabulators from enumerators and ximea adapter source as reported
      by precommit docs test.
      352b1212
  27. 05 Nov, 2015 1 commit
    • Marian Zajko's avatar
      XIMEA adapter update · 691fb1ff
      Marian Zajko authored
      - replaced m3api/m3apiX64 binaries with latest xiapi32/xiapi64 to
      support latest camera models
      - added new parameter definitions to videoio_c.h and
      SetProperty/GetProperty calls
      - added acquisition resetting for specific parmateters in SetProperty
      call
      - added new error return value evaluators
      691fb1ff
  28. 23 Oct, 2015 1 commit
  29. 18 Oct, 2015 1 commit
  30. 21 Sep, 2015 1 commit
  31. 08 Jul, 2015 1 commit
  32. 30 Jun, 2015 1 commit
  33. 09 Jun, 2015 1 commit
  34. 02 Jun, 2015 1 commit