Source code for pynq.lib.video.frontend

#   Copyright (c) 2018, Xilinx, Inc.
#   SPDX-License-Identifier: BSD-3-Clause



[docs]class VideoInFrontend: def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)
[docs]class VideoOutFrontend: def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)