Skip to content

Commit

Permalink
Workaround to fix video hang for MPSoC
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Jan 17, 2022
1 parent 7b3bc2b commit 1b5eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynq_composable/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _tievdma(self):
dpframe = self._dp.newframe()
dpframe[:] = self._source_in.readframe()
self._dp.writeframe(dpframe)
sleep(0.05)
sleep(0.07)
except Exception as e:
print('An exception occurred: {}'.format(e))
import traceback
Expand Down

0 comments on commit 1b5eb7a

Please sign in to comment.