{"id":21817771,"url":"https://github.com/yescallop/opencv4-java-armv7-binaries","last_synced_at":"2026-05-08T08:05:09.403Z","repository":{"id":122963172,"uuid":"159949071","full_name":"yescallop/opencv4-java-armv7-binaries","owner":"yescallop","description":"Pre-built OpenCV 4.0.0 Java wrapper (armv7)","archived":false,"fork":false,"pushed_at":"2019-01-31T04:42:07.000Z","size":18650,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T10:22:44.511Z","etag":null,"topics":["armv7","java-wrapper","opencv4","prebuilt","rpi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yescallop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-01T13:47:56.000Z","updated_at":"2023-01-06T05:27:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e6366e5-1417-4a3b-8b62-d1c73261c55b","html_url":"https://github.com/yescallop/opencv4-java-armv7-binaries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yescallop/opencv4-java-armv7-binaries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yescallop%2Fopencv4-java-armv7-binaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yescallop%2Fopencv4-java-armv7-binaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yescallop%2Fopencv4-java-armv7-binaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yescallop%2Fopencv4-java-armv7-binaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yescallop","download_url":"https://codeload.github.com/yescallop/opencv4-java-armv7-binaries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yescallop%2Fopencv4-java-armv7-binaries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32772048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["armv7","java-wrapper","opencv4","prebuilt","rpi"],"created_at":"2024-11-27T15:48:21.349Z","updated_at":"2026-05-08T08:05:09.382Z","avatar_url":"https://github.com/yescallop.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# opencv4-java-armv7-binaries\nPre-built OpenCV 4.0.0 Java wrapper on Raspberry Pi 3 Model B (armv7)\n\nTested on a RPI3B+ (armv8), worked fine.\n\nCompiled on a Raspberry Pi 3 Model B on 2018-12-01\n\nThe compilation was\n - with NEON enabled (seemed ineffective)\n - with VFPV3 enabled\n - without FFmpeg due to a **Segmentation fault** (core dump) while calling libopenmpt\n\nFor issue information: [opencv/opencv#10080](https://github.com/opencv/opencv/issues/10080)\n\nFor binaries with TBB (2019 U2): [/withtbb](https://github.com/yescallop/opencv4-java-armv7-binaries/tree/master/withtbb)\n\n## cmake params:\n```\ncmake -D ANT_EXECUTABLE=/usr/bin/ant \\\n-D CMAKE_BUILD_TYPE=Release \\\n-D BUILD_TESTS=OFF \\\n-D BUILD_PERF_TESTS=OFF \\\n-D BUILD_SHARED_LIBS=OFF \\\n-D BUILD_opencv_apps=OFF \\\n-D BUILD_opencv_python2=OFF \\\n-D BUILD_opencv_python3=OFF \\\n-D ENABLE_NEON=ON \\\n-D ENABLE_VFPV3=ON \\\n# -D WITH_TBB=ON \\\n-D WITH_FFMPEG=OFF \\\n-D OPENCV_ENABLE_NONFREE=ON \\\n-D JAVA_AWT_INCLUDE_PATH=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/include \\\n-D JAVA_AWT_LIBRARY=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/include/jawt.h \\\n-D JAVA_INCLUDE_PATH=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/include \\\n-D JAVA_INCLUDE_PATH2=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/include/linux \\\n-D JAVA_JVM_LIBRARY=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/include/jni.h \\\n..\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyescallop%2Fopencv4-java-armv7-binaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyescallop%2Fopencv4-java-armv7-binaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyescallop%2Fopencv4-java-armv7-binaries/lists"}