forked from intel/celadon-applications
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blue green is observed during camera open
When app moves to groundback all the data structure remains in stack and when app open again , app tries to clear view from cashed data this is when static camera frames is seen but later app tries to open with updated surfaces this is when blue screen is observed and blue screen visible till first camera frames appears. When app is moving to background we are cleaning all the data by killing the process so next time camera opens with fresh data. Tests Done : tested for multiple times camera open\close and no blue screen is observed. Tracked-On: OAM-127022 Signed-off-by: shivasku82 <[email protected]>
- Loading branch information
1 parent
7dea5c9
commit 1e6024f
Showing
3 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters