Jesper
Jesper
Great! Ill just ping you in this issue. Could you run this and show me the output? ~~`docker run -it --rm --runtime=nvidia roflcoopter/jetson-nano-base:test ffmpeg -hwaccels`~~ Scratch that, can you try...
Interesting. What about this? `docker run -it --rm --runtime=nvidia --privileged roflcoopter/jetson-nano-base:1.3 ffmpeg -hwaccels` And this: `docker run -it --rm --runtime=nvidia roflcoopter/jetson-nano-base:1.3 ffmpeg -codecs`
And this? `docker run -it --rm --runtime=nvidia roflcoopter/jetson-nano-base:1.3 ffmpeg -decoders`
Thanks! Do you have an h264 camera to test with? If so please see if this works or not (replace `` with ur camera URL: `docker run -it --rm --runtime=nvidia...
wow seems to be working(!)
This is using a new way of installing ffmpeg for the nano, so i need to fix it in the image. Will include it in v2 soon, ill ping you...
> Any Way to help? I used to run viseron on Jetson Nano 2G and now i am receiving the similar issues with some of the issues mainly at the...
Yes that is something i am planning to do. However, i do not have a device to test with so it could turn out problematic depending on what is required...
Was not aware of that one, but its not linked to any repository so cant check the Dockerfile...
Would be great to see your Dockerfiler for some inspiration. I will need to adapt it to fit into my multiarch builds tho