ojo
Ojo is a basic RTSP IP Camera surveillance wall for Android
File Explorer
Download Latest Version (.zip)- .gitignore
- .name
- compiler.xml
- deploymentTargetDropDown.xml
- jarRepositories.xml
- migrations.xml
- misc.xml
- output-metadata.json
- ExampleInstrumentedTest.java
- Camera.java
- SettingsRecyclerViewAdapter.java
- InfoFragment.java
- MainActivity.java
- OnBackButtonPressedListener.java
- SettingsActivity.java
- SettingsFragment.java
- StreamUrlFragment.java
- SurveillanceFragment.java
- DpiUtils.java
- ItemMoveCallback.java
- Settings.java
- SharedPreferencesManager.java
- focus_border.xml
- ic_add.xml
- ic_delete.xml
- ic_drag_handle.xml
- ic_launcher_foreground.xml
- ic_network_camera.xml
- ic_settings.xml
- ic_eye.xml
- ic_add.xml
- ic_delete.xml
- ic_drag_handle.xml
- ic_network_camera.xml
- ic_settings.xml
- ic_eye.png
- ic_add.png
- ic_delete.png
- ic_drag_handle.png
- ic_network_camera.png
- ic_settings.png
- ic_eye.png
- ic_add.png
- ic_delete.png
- ic_drag_handle.png
- ic_network_camera.png
- ic_settings.png
- ic_eye.png
- ic_add.png
- ic_delete.png
- ic_drag_handle.png
- ic_network_camera.png
- ic_settings.png
- ic_eye.png
- ic_add.png
- ic_delete.png
- ic_drag_handle.png
- ic_network_camera.png
- ic_settings.png
- activity_main.xml
- activity_settings.xml
- content_settings.xml
- fragment_add_stream.xml
- fragment_info.xml
- fragment_settings_item.xml
- fragment_settings_item_list.xml
- fragment_surveillance.xml
- settings_menu.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- nav_graph.xml
- colors.xml
- dimens.xml
- ic_launcher_background.xml
- strings.xml
- themes.xml
- strings.xml
- strings.xml
- themes.xml
- strings.xml
- themes.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- 1.txt
- 3.txt
- 4.txt
- 8.txt
- 9.txt
- 1.png
- 2.png
- 3.png
- featureGraphic.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- 1.txt
- 3.txt
- 4.txt
- 8.txt
- 9.txt
- 1.png
- 2.png
- 3.png
- featureGraphic.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- full_description.txt
- short_description.txt
- title.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- 1.png
- 2.png
- 3.png
- icon.png
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/penguin86/ojo
Downloads the entire project code from GitHub to your computer.
cd ojo
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
