File: python3-libcamera

package info (click to toggle)
libcamera 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,488 kB
  • sloc: cpp: 85,656; python: 18,099; ansic: 12,763; sh: 1,309; makefile: 60
file content (7 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/python3

import libcamera

print(f'libcamera {libcamera.CameraManager.version} imported')

print('Test OK')