Jonathan Takahashi
Jonathan Takahashi
Using the following dockerfile on an Xavier AGX (also have tried on a TX2): ``` FROM nvcr.io/nvidia/l4t-tensorrt:r8.0.1-runtime ENV DEBIAN_FRONTEND=noninteractive # Install apt packages COPY nvidia-l4t-apt-source.list /etc/apt/sources.list.d/nvidia-l4t-apt-source.list COPY jetson-ota-public.asc /etc/apt/trusted.gpg.d/jetson-ota-public.asc RUN...
**Is your feature request related to a problem? Please describe.** We are currently running tusd in Kubernetes. During normal operation (upgrades, autoscaling, etc), Kubernetes shuts down tusd, first by sending...
The `DjangoOpenAPIRequest` class accesses `request.body`. This can cause issues related to reading the POST data twice, as described here: https://github.com/encode/django-rest-framework/issues/2774 I have found that DRF accesses the `request.body` to read...
Hi, I was wondering if it is possible to use gstreamer with a v4l2src but with an external hardware trigger configured? I was hoping I could set the trigger registers...
Add "Go to this video" function in the individual video context menu of multi-view annotation view.
Currently we use name for idempotency for most objects. Instead it would be nice to have a new field that encodes the origin host, primary key, and type that can...
Currently media labels are only available for custom attributes, it would be nice if we could add some built-in fields such as `id`, `modified_by`, `modified_datetime` and possibly others.
Currently there is a 500 object limit on POST requests for localizations and states. There should also be a limit on the number of objects that can be modified, deleted,...
Introduce [polyfills in webpack](https://webpack.js.org/guides/shimming/#loading-polyfills) for unsupported browsers (just for best effort): - [webcodecs](https://www.npmjs.com/package/libavjs-webcodecs-polyfill) (moved constructable stylesheets to new issue see comment)