Q-engineering
Q-engineering
Do you use the Raspberry Pi Zero2? I've update the RPi4 version. However didn't find the time for the Zero2. I will immediately make up for the loss. Once ready,...
Please download [the NEW version](https://ln5.sync.com/dl/cc6b325c0#h39wmaf2-5tsnvseq-n9ruj7nz-kp2i7eyr).
By enabling the overlay, videos are temporarily stores in RAM before uploading to Gdrive. Most likely the limited size of RAM on the RpiZ2 (500 MB) is casing your issue....
Why would you remove the RK3568 models from the branch?
It is a well known issue https://github.com/opencv/opencv/issues/23893. And it is fixed in https://github.com/opencv/opencv/pull/24104. Please use a later OpenCV version, like 4.10.0
In that case I would modify the OpenCV 4.8.0 code according to https://github.com/opencv/opencv/pull/24104 before compiling. It's just a few lines.
Most flashing problems are related to the size of the SD card used. If a card has only a few bytes less than the one I used, Etcher fails. As...
Your `media-ctl` command should match the resolution you are using with GStreamer. If you like to send 1280x720 with UTP, you must first initialise `media-ctl` with this command: ```bash $...
@aleksan8r-max, I owe you an apology. After some investigation, I reached the disappointing conclusion: Compression is happening in jpegenc on the Banana Pi’s CPU. On a 1 GHz Cortex-A7 with...
You can send the raw YUYV frames directly over UDP without JPEG encoding. But the bandwidth is huge: raw YUYV at 1280×720 @ 30 FPS = 1280 × 720 ×...