Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/zivid/frame_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class Frame2D:
"""A 2D frame captured by a Zivid camera.

Contains a 2D image as well as metadata, settings and state of the API at the time of capture.

The images are not corrected for lens distortion. If your application relies on the geometry
of the image, you can undistort it using the camera intrinsics.
"""

def __init__(self, impl):
Expand Down
Loading