Maksym Shyshko
Results
2
comments of
Maksym Shyshko
I managed to run the app on Raspberry Pi using docker You can just containerize the app for arm-based systems ``` FROM --platform=linux/arm64 golang:1.18 WORKDIR /go/src/app COPY . . RUN...
can be achieved with ffmpeg library something like this: `ffmpeg -loglevel error -timeout 10000000 -rtsp_transport tcp -i {RTSP_URL} -vf fps=1/{FREQUENCY} -strftime 1 {FRAMES_DIRECTORY_PATH}/%Y-%m-%d_%H-%M-%S_image.png` this will save frames to directory with...