bugsyb
bugsyb
If you're in instant need, there's this mod I've done: https://github.com/bugsyb/recognize_docker/ The way I have it set up is very close if not exactly that what requestor raised - in...
@marcelklehr , if above request is down to injecting Intel TensorFlow into the package, happy to try it with the build I've prepped (https://github.com/bugsyb/recognize_docker). Since I've fresh knowledge of these...
Whilst I'm not the code author, knowing there's switch for CPU/GPU and on that basis it makes choice to try GPU, as well as knowing when it fails on GPU,...
Trying to help, it doesn't look like it would require that much of a knowledge as heavy lifting is done already. Have a look at output of this search: https://github.com/search?q=repo%3Anextcloud%2Frecognize+RECOGNIZE_GPU&type=code...
Feeling is that given above reported uses RPi4, the GPU on it, isn't supported. Given current limitations, maybe GPU should be renamed to Nvidia GPU support?
Have the very same issue NC v28.0.4 and the latest mediaDC: - mediadc: 0.3.8 - cloud_py_api: 0.1.9 Thank you.
Checked and this nginx-rtmp-module doesn't seem to process well HEVC format. When stored to FLV which seems to be the only format supported, it produces bad file - can't be...
I'd be keen to get that working too. First avenue I've picked was trying to re-compile it with input_raspi, but thinking further that would be like trying to use legacy...
@jacksonliam - found this: https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf `3 Driver Framework Our Unicam kernel driver follows the standard Video for Linux 2 (V4L2) API (see https://linuxtv.org/downloads/ v4l-dvb-apis/uapi/v4l/v4l2.html). It is responsible for: 1. Interfacing...
Could be related to: https://github.com/nextcloud/recognize/issues/1060 In my case it is CUDA 11 ``` #nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Thu_Feb_10_18:23:41_PST_2022 Cuda...