Skip to content

Commit

Permalink
Issue #104: (Python capture test) using Epiphan SDI port (as no DVI i…
Browse files Browse the repository at this point in the history
…nput available now) [ci-skip]
  • Loading branch information
dzhoshkun committed May 1, 2019
1 parent 96ad850 commit adff9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/epiphan/dvi2pcieduo/save_n_frames_to_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def update(self, frame):

if __name__ == '__main__':
sfac = VideoSourceFactory.get_instance()
epiphan = sfac.get_device(Device.DVI2PCIeDuo_DVI, ColourSpace.BGRA)
epiphan = sfac.get_device(Device.DVI2PCIeDuo_SDI, ColourSpace.BGRA)
saver = BgraFrameSaver(3)

epiphan.attach(saver)
Expand Down

0 comments on commit adff9bd

Please sign in to comment.