Skip to content

Commit f26bd7d

Browse files
committed
remove useless files
1 parent d63c53e commit f26bd7d

File tree

3 files changed

+4
-297
lines changed

3 files changed

+4
-297
lines changed

ANDROID_IMPLEMENTATION_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The Android backend follows the same proven architecture as existing platform im
4646

4747
### Documentation & Examples
4848

49-
- **Complete Example**: `examples/android/android_camera_example.cpp`
49+
- **Complete Demo App**: `examples/android/CcapDemo/` - Full Android application with JNI integration
5050
- **Integration Guide**: `docs/android_integration.md`
51-
- **Implementation Details**: `src/README_ANDROID.md`
51+
- **Implementation Details**: `src/README_ANDROID.md`
5252
- **Build Configuration**: `src/CMakeLists_android.txt`
5353

5454
## Technical Approach

examples/android/android_camera_example.cpp

Lines changed: 0 additions & 294 deletions
This file was deleted.

src/README_ANDROID.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ provider.start();
120120

121121
### Example Application
122122

123-
See `examples/android/android_camera_example.cpp` for a complete example showing:
123+
See `examples/android/CcapDemo/` for a complete Android demo application showing:
124124
- Camera discovery and selection
125125
- Configuration management
126126
- Frame capture and processing
127127
- Proper resource cleanup
128+
- JNI integration with C API
128129

129130
## Implementation Details
130131

0 commit comments

Comments
 (0)