Browse Source
- Extended ScreenCaptureManager interface with getMediaProjection() and getScreenDensity() - Implemented MediaProjection sharing in ScreenCaptureManagerImpl - Fixed LongScreenshotCapture initialization with proper MediaProjection access - Simplified captureFrame() method to directly acquire images from ImageReader - Added proper initialization checks and error handling in ScreenCaptureService This resolves the "Cannot start collection - not initialized" error by ensuring LongScreenshotCapture is properly initialized with the shared MediaProjection instance during ScreenCaptureService startup. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>feature/pgh-30-long-screenshot-capture
4 changed files with 57 additions and 57 deletions
Loading…
Reference in new issue