Skip to content

Commit

Permalink
capture app - wait for frames timeout increased to 5sec
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Jun 24, 2020
1 parent 644ea80 commit f272f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void onDeviceDetach() {
@Override
public void run() {
try {
try(FrameSet frames = mPipeline.waitForFrames(1000)) {
try(FrameSet frames = mPipeline.waitForFrames(5000)) {
try(FrameSet processed = frames.applyFilter(mColorizer)) {
mGLSurfaceView.upload(processed);
}
Expand Down

0 comments on commit f272f09

Please sign in to comment.