{"id":24501168,"url":"https://github.com/team997coders/delphi","last_synced_at":"2025-03-15T07:24:39.383Z","repository":{"id":273605342,"uuid":"689771839","full_name":"Team997Coders/Delphi","owner":"Team997Coders","description":"WIP vision application for FRC","archived":false,"fork":false,"pushed_at":"2023-09-10T21:04:08.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T22:31:52.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/Team997Coders.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":"2023-09-10T21:04:02.000Z","updated_at":"2023-09-10T21:04:12.000Z","dependencies_parsed_at":"2025-01-21T22:31:53.935Z","dependency_job_id":"02de4f84-74d4-4042-82c5-71702775d158","html_url":"https://github.com/Team997Coders/Delphi","commit_stats":null,"previous_names":["team997coders/delphi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FDelphi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FDelphi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FDelphi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FDelphi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Team997Coders","download_url":"https://codeload.github.com/Team997Coders/Delphi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243697828,"owners_count":20333021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-21T22:25:34.243Z","updated_at":"2025-03-15T07:24:39.376Z","avatar_url":"https://github.com/Team997Coders.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delphi\nA lightweight alternative to both Limelight and PhotonVision for AprilTag localization in the FIRST Robotics Competition.\n\nCurrently incomplete!\n\n## Goals\n\n* Lightweight philosophy: No GUI and no OS image needed.\n* All installations identical: The only installation-specific data used by Delphi are its string identifier, and the host team number, both of which are specified at compile time.\n* Flexible: Many configurable options over NetworkTables, such as FPS cap, frame resolution, vision algorithms, camera calibrations, and more.\n* Parity with Limelight and PhotonVision: All computer vision algorithms and functions found in those systems are implemented in Delphi as well.\n\n## Building\nRequires git (for downloading), cmake, openCV, and WPILib.\n\nMost Linux package managers (and MacOS brew) can install cmake for you. Windows users should download binaries from https://cmake.org/download/.\n\nOpenCV can often be found in package managers as `libopencv-dev`, but sometimes a manual installation is required. Unfortunately, this usually requires compiling it from source (found [here](https://github.com/opencv/opencv/releases)).\n\nDependencies on WPILib are only for the cscore, ntcore, and wpinet submodules. The following clones the WPILib repository, builds only the required modules, and installs the compiled objects such that CMake can find them in other projects:\n\n```\n$ git clone https://github.com/wpilibsuite/allwpilib.git\n$ mkdir wpilib-cmake-build\n$ cd wpilib-cmake-build\n$ cmake ../allwpilib -DWITH_JAVA=OFF -DWIH_SHARED_LIBS=OFF -DWITH_WPIMATH=OFF -DWITH_WPILIB=OFF \\\n            -DWITH_EXAMPLES=OFF -DWITH_TESTS=OFF -DWITH_GUI=OFF -DWITH_SIMULATION_MODULES_OFF\n$ make\n$ sudo make install\n```\n\nDelphi is generally meant to be built in-place on the target coprocessor device, but cross-compiling (e.g. for an ARM64 Raspberry Pi) is possible using cmake argument `-DCMAKE_TOOLCHAIN_FILE=\"/path/to/file.cmake\"`\n\nTo specify the string identifier for an instance of Delphi over NetworkTables and CameraServer, add the cmake argument `-DCONFIG_NAME=\"new_name\"`. Otherwise, `defaultName` is used. These values are cached.\n\nRun the following commands to quickly build Delphi from sources:\n```\n$ git clone https://github.com/Team997Coders/Delphi.git\n$ cd Delphi\n$ cmake .\n$ make\n```\n\n## Licensing\nLicensed under GPL-v3.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam997coders%2Fdelphi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam997coders%2Fdelphi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam997coders%2Fdelphi/lists"}