We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d72f69 commit b078d83Copy full SHA for b078d83
node-hub/opencv-video-capture/opencv_video_capture/main.py
@@ -138,6 +138,7 @@ def main():
138
frame = cv2.resize(frame, (image_width, image_height))
139
140
metadata = event["metadata"]
141
+ metadata.pop("timestamp", None)
142
metadata["encoding"] = encoding
143
metadata["width"] = int(frame.shape[1])
144
metadata["height"] = int(frame.shape[0])
0 commit comments