RecSync-android
Video recording app with sub-millisecond synchronization accuracy for multiple Android smartphones, useful for creating affordable and easy-to-setup multi-view camera systems for robotics, SLAM, 3D-reconstruction, panorama stitching
File Explorer
Download Latest Version (.zip)- assemble.yml
- PeriodCalculator.java
- PhaseAligner.java
- PhaseConfig.java
- PhaseResponse.java
- ClientInfo.java
- CSVLogger.java
- NetworkHelpers.java
- RpcCallback.java
- SimpleNetworkTimeProtocol.java
- SntpListener.java
- SntpOffsetResponse.java
- SoftwareSyncBase.java
- SoftwareSyncClient.java
- SoftwareSyncLeader.java
- SyncConstants.java
- SystemTicker.java
- Ticker.java
- TimeDomainConverter.java
- TimeUtils.java
- AutoFitSurfaceView.java
- CameraController.java
- CaptureRequestFactory.java
- Constants.java
- Frame.java
- ImageMetadataSynchronizer.java
- MainActivity.java
- PhaseAlignController.java
- ResultProcessor.java
- SoftwareSyncController.java
- activity_main.xml
- ic_launcher.png
- default_phaseconfig.json
- pixel1_phaseconfig.json
- pixel2_phaseconfig.json
- pixel3_240fps_phaseconfig.json
- pixel3_60fps_phaseconfig.json
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- app.iml
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- yuv2rgb.py
- __init__.py
- extraction_utils.py
- stitch_two.sh
- .gitignore
- extract.py
- extract.sh
- get_match.py
- make_demo.sh
- match.sh
- README.md
- requirements.txt
- split.py
- stitch.py
- .gitignore
- build.gradle
- CaptureSync.iml
- CONTRIBUTING.md
- gradlew
- gradlew.bat
- LICENSE
- LICENSE_GOOGLE_RESEARCH
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/MobileRoboticsSkoltech/RecSync-android
Downloads the entire project code from GitHub to your computer.
cd RecSync-android
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/.
3. Python
EasyPrerequisites
pip install -r utils/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
