Q-engineering

Results 402 comments of Q-engineering

1) First and for most, it is a matter of thrust. Check Q-engineering and see we are in legal business for decades. 2) We must use file servers like Sync...

The issue has nothing to do with the Ubuntu version. You get the same behavior when you run `python3 ./simple_camera.py` on a Ubuntu 18.04 OS. (Just tried it) It even...

On which line in main.cc? I don't want to complain, but the memory consumption of the CPP examples really increased evenly.

Sorry, we're not talking about seg_mask, but **real_seg_mask** in `rknpu1/postprocess.cc` or `rknpu2/postprocess.cc` ```cpp uint8_t *real_seg_mask = (uint8_t *)malloc(ori_in_height * ori_in_width * sizeof(uint8_t)); seg_reverse(all_mask_in_one, cropped_seg_mask, real_seg_mask, model_in_height, model_in_width, cropped_height, cropped_width, ori_in_height,...

It seems the Jetson Nano is getting old. The latest `glslang` requires GNU version 9.1 or higher, while the Jetson Nano ships with version 7.5.0. Please read the refreshed README...

You can try a dummy HDMI, See what's happening.

@wytr, It seems gdrive is updated. You have to build gdrive from scratch again. Follow the steps before "Authrization key" on the wiki page. I've updated the procedure. The new...

@Tsardoz, First of all, thank you very much for the tip. We really appreciate that. How does it work? The heart of the app is a tiny web server, [Nginx](https://github.com/Qengineering/RPiMotionCam/wiki/Nginx#nginx-installation)....