1. 06 Nov, 2018 1 commit
  2. 01 Nov, 2018 1 commit
  3. 25 Oct, 2018 1 commit
  4. 29 Sep, 2018 1 commit
  5. 07 Sep, 2018 1 commit
  6. 01 Sep, 2018 2 commits
  7. 30 Aug, 2018 1 commit
  8. 24 Aug, 2018 1 commit
  9. 17 Jul, 2018 1 commit
  10. 10 Apr, 2018 1 commit
  11. 28 Feb, 2018 1 commit
  12. 17 Feb, 2018 1 commit
    • Florian Echtler's avatar
      Merge pull request #10081 from floe:java-camera2-view · 6a8f57e5
      Florian Echtler authored
      * add (untested) JavaCamera2View class
      
      * initial fixes
      
      * minor cleanup
      
      * exclude JavaCamera2View from build for older SDK version
      
      * fix method name typo
      
      * add asserts + sanity checks
      
      * fix preview format checks
      
      * fix the memory leak
      
      * export cvtTwoPlaneYUVtoBGR for Java usage
      
      * add handling for two-plane YUV frames (C wrapper still missing)
      
      * add two-plane cvtColor helper function
      
      * fix warnings
      
      * actually use the new cvtColorTwoPlane helper func
      
      * fix wrong output matrix size
      
      * fix wrong conversion type
      
      * simplify method signature, add error condition
      
      * minor fixes to Mat types
      
      * remove leftover semaphore from camera api 1
      
      * android: JavaCamera2View minor refactoring
      
      - re-apply Java code style
      - imports cleanup
      - dump exceptions information
      
      * android: JavaCamera2View: pause/resume fixes
      
      * android: JavaCamera2View: fix mScale
      6a8f57e5
  13. 13 Feb, 2018 1 commit
  14. 13 Jan, 2018 4 commits
  15. 12 Jan, 2018 2 commits
    • Alexander Alekhin's avatar
      java: files rename · 0cad2d2a
      Alexander Alekhin authored
      intermediate commit (to simplify code review)
      0cad2d2a
    • SarenT's avatar
      Merge pull request #10489 from SarenT:offset-mat_put · c6d9ce8f
      SarenT authored
      Adding capability to parse subsections of a byte array in Java bindings (#10489)
      
      * Adding capability to parse subsections of a byte array in Java bindings. (Because Java lacks pointers. Therefore, reading images within a subsection of a byte array is impossible by Java's nature and limitations. Because of this, many IO functions in Java require additional parameters offset and length to define, which section of an array to be read.)
      
      * Corrected according to the review. Previous interfaces were restored, instead internal interfaces were modified to provide subsampling of java byte arrays.
      
      * Adding tests and test related files.
      
      * Adding missing files for the test.
      
      * Simplified the test
      
      * Check was corrected according to discussion. An OutOfRangeException will be thrown instead of returning.
      
      * java: update MatOfByte implementation checks / tests
      c6d9ce8f
  16. 07 Jan, 2018 1 commit
  17. 15 Dec, 2017 1 commit
  18. 16 Nov, 2017 1 commit
  19. 10 Nov, 2017 1 commit
  20. 31 Aug, 2017 1 commit
  21. 23 Aug, 2017 1 commit
  22. 19 Jul, 2017 1 commit
  23. 22 Jun, 2017 1 commit
  24. 15 Jun, 2017 1 commit
  25. 02 May, 2017 1 commit
  26. 05 Apr, 2017 1 commit
  27. 18 Mar, 2017 1 commit
    • Kerry Billingham's avatar
      Changes made to the Maven build process: · d9231afa
      Kerry Billingham authored
      * Introduced OSGi Blueprint XML file and Bean class too automatically load the native library.
      
      * Introduced integration testing module to deploy to Karaf OSGi implementation.
      
      * Clears library executable stack flag during build.
      
      * Updated README document.
      d9231afa
  28. 07 Mar, 2017 1 commit
  29. 03 Mar, 2017 2 commits
  30. 02 Mar, 2017 1 commit
  31. 31 Jan, 2017 1 commit
  32. 30 Dec, 2016 1 commit
  33. 19 Dec, 2016 1 commit
  34. 15 Dec, 2016 1 commit