The ultimate Android companion app for Guide™ thermal cameras.
Livestreaming, intelligent hunting workflows, and seamless field documentation.
No technical knowledge is required to test NoxVision. Start in just 2 minutes!
- 👥 Join the Tester Group → Open Google Group
- ✅ Activate Test Access → Open Play Opt-in (Use the same Google account)
- 📥 Install the App → Open Play Store
- 💬 Send Feedback → Report an Issue on GitHub
Quick Links:
📖 Tester Guide • 🔒 Privacy Policy • 🐛 Issue Tracker
NoxVision transforms your smartphone into a powerful command center for your thermal camera.
🎥 Advanced Vision
- Real-time thermal livestreaming from Guide cameras
- On-device AI Object Detection for enhanced situational awareness
- Precise camera tuning (thermal controls, image enhancement, audio toggle)
- One-tap screenshot and video recording with an integrated media gallery
🌲 Hunting & Field Assistant
- Shot Documentation: Detailed journaling system for every shot
- Live Weather Data: Built-in OpenWeather API integration for current conditions
- Hunting Calendar: Keep track of hunting seasons effortlessly
- Offline Maps & Tracking: Map out waypoints and navigate with compass support, even without cell service
🌐 Smart Connectivity & Localization
- Automatic Wi-Fi connection to your camera's hotspot
- Multi-language UI: 🇩🇪
de, 🇬🇧en, 🇫🇷fr, 🇪🇸es, 🇮🇹it, 🇳🇱nl, 🇵🇱pl, 🇺🇦uk
NoxVision automatically detects and connects to Guide Sensmart models:
- TE Series | C Series | D Series | B Series | PS Series
- Current Version:
1.3.0(versionCode 4) - Google Play rollout is actively in progress
- Public installs will be managed via Google Play; GitHub artifacts are strictly for development and troubleshooting
Build from Source (Click to expand)
- JDK 17+
- Android SDK API 35
- Gradle Wrapper (
./gradlew)
Create or edit local.properties in the project root:
sdk.dir=/path/to/Android/Sdk
OPENWEATHER_API_KEY=your_openweather_key
# Optional for signed Play release build
UPLOAD_STORE_FILE=keystore/upload-keystore.jks
UPLOAD_STORE_PASSWORD=...
UPLOAD_KEY_ALIAS=upload
UPLOAD_KEY_PASSWORD=...local.properties and keystore files must NEVER be committed to version control.
# Debug APK
JAVA_HOME=/opt/android-studio/jbr PATH=/opt/android-studio/jbr/bin:$PATH ./gradlew :app:assembleDebug
# Release AAB for Play Console
JAVA_HOME=/opt/android-studio/jbr PATH=/opt/android-studio/jbr/bin:$PATH ./gradlew :app:bundleRelease- Update
versionCodeandversionNameinapp/build.gradle.kts - Build AAB with
:app:bundleRelease - Upload to Play Console test track
- Add release notes and required declarations
- Promote to production when approved
Do not distribute debug APKs to end-users.
- Found a bug or have an idea? Our Issue Tracker is the best place to share it.
- Want to contribute? Check out our
CONTRIBUTING.mdguide.
This project is licensed under the MIT License - see the LICENSE file for details.
