Zanz2
Zanz2
I encountered the same error, but only on file uploads. PR that would (likely) fix this: #6322
As far as i know those settings are only applied when you use the development mode, not the production mode? Assuming a normal "vanilla" helm install: 1. You run helm...
I got it to work by pinning the cvat-server image to v2.4.5 in the helm-chart file. (tag attribute of cvat/server). However I can imagine that for this to work you...
@Hironsan do you or maybe someone else have time to review this? :)
bump, I would really like to see this get added and dont mind maintaining the helm chart
Im getting the same issue, but when creating tasks and uploading data (csrf token error)
I think that would warrant a separate issue. I havent encountered that problem, but if you are using ingress, then wouldnt you connect to your cvat deployment via: cvat.mydns.com and...
Installing does work, which is great, but if i import it (picamera2) inside a python script, i get an error that says no module named libcamera? Im guessing this is...
> That shouldn't be necessary, as the rpi-libcamera pip package builds the python bindings for whatever python is active - what's the output you get from running `pip list` inside...
Thanks, that does work, do you know if the GUI also works? I cannot use the preview because i cant build pyqt5, but maybe i should open a separate issue...