Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] Title for the bug #911

Open
ravindra999 opened this issue Jan 11, 2025 · 0 comments
Open

[Bug report] Title for the bug #911

ravindra999 opened this issue Jan 11, 2025 · 0 comments

Comments

@ravindra999
Copy link

Describe the bug
A clear and concise description of the bug:
I'm working on an Android 10 device with a single camera, using ML Kit Pose Detection. The camera processes real-time pose detection using ML Kit. After running for a while, the device unexpectedly reboots without any crash logs appearing in Logcat. only some times not every time
//Log cat

reporting streams are same or it is hal3
2025-01-03 12:52:15.948 10769-10783 test.customer co.customer.test I Background concurrent copying GC freed 9344(823KB) AllocSpace objects, 108(24MB) LOS objects, 42% free, 32MB/56MB, paused 113us total 136.891ms
2025-01-03 12:52:15.974 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:15.998 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 304 ts: 744634266000
2025-01-03 12:52:16.005 702-11519 mm-camera [email protected] E 5398: module_faceproc_client_send_info: Both processing and reporting streams are same or it is hal3
2025-01-03 12:52:16.041 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:16.062 1970-1970 KeyguardUpdateMonitor com.android.systemui D received broadcast android.intent.action.BATTERY_CHANGED
2025-01-03 12:52:16.063 2200-2200 QtiCarrierConfigHelper com.android.phone D WARNING, no carrier configs on phone Id: 0
2025-01-03 12:52:16.065 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 305 ts: 744701012000


To Reproduce
Example steps to reproduce the behavior using the sample app:

  1. Launch the app running ML Kit Pose Detection on a live camera feed.
  2. Start capturing real-time frames using the camera.
  3. Continue running the app for a few minutes.
  4. Observe the device rebooting unexpectedly without error logs.

Code Snippet:

// Example of how ML Kit Pose Detection is being used
cameraSource.setMachineLearningFrameProcessor(poseProcessor)
cameraSource.start()

SDK Info:

ML Kit SDK Version: 
    // Pose detection with default models
    implementation 'com.google.mlkit:pose-detection:18.0.0-beta2'
    // Pose detection with accurate models
    implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta2'

    implementation 'com.google.mlkit:camera:16.0.0-beta3'
Smartphone (please complete the following information):

Device: Custom Android 10 OEM Device
Device OS Version: Android API 29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant