hjf

Results 9 comments of hjf

I added those changes but I'm getting this error on the latest Bullseye: ```[ 62%] Building CXX object src/lib/CMakeFiles/packet_reader.dir/packet_reader.cc.o In file included from /home/pi/goestools/src/lib/packet_reader.cc:1: /home/pi/goestools/src/lib/packet_reader.h:11:38: error: ‘uint8_t’ was not declared...

> Is there anything we can do in VOLK to fix it? Provide separate toolchain files? Well, according to the posted link: > Meanwhile, the aarch64 spec requires FP and...

But is this property reactive? It works for me the first time, but not when I change it.

use -r 68 -g 68 -b 68

I compiled 1.36.32 with [this patch](https://github.com/ZoneMinder/zoneminder/issues/3505#issuecomment-1159198007) and I don't see any issues so far, save for icons not visible in Web UI. Recordings and montage work fine, and no errors...

> @hjf can you watch recorded events? yes when watching as MP4. it acts weird as MJPEG, but i'm not sure if it's my setup.

I have had OOM but I think they are related to my server not being able to compress h.264 fast enough. but I tried to revert back to JPEG and...

fwiw, I've applied this patch manually and my linux VM still refuses to start. The configuration is: ``` loader="uefi" graphics="no" xhci_mouse="no" cpu=1 memory="512M" ``` (edited out disk and networking) when...

I'm not sure how to end the program because the writing process doesn't have a "break" in the while(1). So what I did was wait for EOF on the input,...