Skip to content

Commit

Permalink
Start video after the pipeline is composed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Feb 25, 2022
1 parent e01cd66 commit 0ca6aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynq_composable/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def start(self):
Start the HDMI, compose the pipeline and return the graph
"""

self._video.start()
if self._dfx_ip:
self._cpipe.loadIP(self._dfx_ip)
self._pipeline()
self._cpipe.compose(self._app_pipeline)
self._video.start()
return self.graph

def play(self):
Expand Down

0 comments on commit 0ca6aea

Please sign in to comment.