Yo
In my application running on prod - I want to send some frames from my rtsp stream to roboflow - frames are ndarrays though
roboflow api does not support sending raw ndarray now, you can of course do it via rest api but would be nice to have some higher level function exposed:
project.upload_bytes(
image: bytes,
...
)
(I landed implementing smth along these lines myself, let me know if you need it in main)
Yo
In my application running on prod - I want to send some frames from my rtsp stream to roboflow - frames are
ndarraysthoughroboflow api does not support sending raw
ndarraynow, you can of course do it via rest api but would be nice to have some higher level function exposed:(I landed implementing smth along these lines myself, let me know if you need it in main)