Package: python3-cscore Source: robotpy-cscore Version: 2021.0.0-1 Architecture: amd64 Maintainer: David Vo Installed-Size: 1954 Depends: python3 (<< 3.7), python3 (>= 3.6~), python3-networktables, python3-numpy, python3:any, libc6 (>= 2.17), libgcc1 (>= 1:3.0), libopencv-core3.2, libopencv-imgcodecs3.2, libopencv-imgproc3.2, libstdc++6 (>= 7) Filename: ./amd64/python3-cscore_2021.0.0-1_amd64.deb Size: 570208 MD5sum: 64d30cee7b20fa59bc01f4bd906d19b7 SHA1: 26c8141458276f297d85db3c9374c6fa4a35e9bb SHA256: cf7ae263fc9b7c76869fc22d571ebc86e8ee29e3253ac4831c225cdbca7d5c75 Section: python Priority: optional Homepage: https://github.com/robotpy/robotpy-cscore Description: Python bindings for the cscore image processing library These are python bindings for the cscore library, which is a high performance library used in the FIRST Robotics competition to serve video to/from robots. However, the core library is suitable for use in other applications, and is comparable to something like mjpg-streamer. Package: python3-networktables Source: pynetworktables Version: 2021.0.0-1 Architecture: all Maintainer: David Vo Installed-Size: 279 Depends: python3:any Filename: ./all/python3-networktables_2021.0.0-1_all.deb Size: 43276 MD5sum: 6790a6fc6ed37dc845c938d3653cbab9 SHA1: dbc6b737f59bd4d3231ea250b1d150927c9eeef4 SHA256: 1c21648ce7f3d050b880015208da52b32ecdb8b1994e1c5fc34585e033198c80 Section: python Priority: optional Homepage: https://github.com/robotpy/pynetworktables Description: Pure Python implementation of FRC NetworkTables This is a pure Python implementation of the NetworkTables protocol, derived from the WPILib ntcore C++ implementation. In FRC, the NetworkTables protocol is used to pass non-Driver Station data to and from the robot across the network. . Note: NetworkTables is a protocol used for robot communication in the FIRST Robotics Competition, and can be used to talk to SmartDashboard/SFX. It does not have any security, and should never be used on untrusted networks.