e1z0
e1z0
Hey motoz, i've got some progress and managed to retrieve the all available burner info via nbetest from your other repository, the only problem is the timeout, that occurs sometimes:...
I've got implemented some poll wait for make_request function in protocol.py ``` def make_request(self, function, payload, encrypt=False, key=None): #print(' '.join([hex(ord(ch)) for ch in c.framedata])) self.request.sequencenumber += 1 self.request.payload = payload...
Now i think it retrieves some data from pellet burner, i've tried to port as much same functionality from nbetest protocol as i can, but now get some other errors......
You must be doing something wrong, the docker images works as expected ``` root@jetson-nano:~/jetson-frigate# docker exec -it frigate ffmpeg -decoders|grep nvmpi configuration: --enable-nvmpi --disable-debug --disable-doc --disable-ffplay --enable-shared --enable-avresample --enable-libopencore-amrnb --enable-libopencore-amrwb...
Try to use newly uploaded docker image ``` docker pull nulldevil/frigate ``` Host system details: ``` Ubuntu 18.04.5 LTS (Bionic Beaver) - NVIDIA Jetson Nano (Developer Kit Version) * Jetpack...
Yes, it does support the decoding feature, but further investigation is needed. You can play directly with ffmpeg to test it.