Search found 1 match

by farzam
Sun Feb 02, 2025 3:06 pm
Forum: Mobile Apps and Event Server
Topic: add event using api
Replies: 0
Views: 7175

add event using api

With this code, I can create an event and save its frames, but when I go to the event, it doesn't show any images. However, the snapshot is displayed correctly. What should I do to ensure the event is registered properly and I can see the frames in the event? from ultralytics import YOLO import cv2 ...