Conversation
92e33d4 to
5554f9e
Compare
fecbaa2 to
d759944
Compare
|
Thanks good idea. |
|
Added model downloader into cpp backend: |
|
Fixed @Luxonis-Brandon |
|
With a configuration that overloads the device so it can't keep up with 30fps processing, I see frame tearing or out-of-order frames, seems to appear in both previewout and h.264 streams, so could be from the ISP/post-processed output. Not sure if caused by the change in frame update policy. |
|
Yes agreed on if not easy to solve to just flag it as I agree it is likely an unusual configuration. |
Configurable resources for RGB and NN
Camera custom tuning

New options were added:
sh/shaves- number of shaves used by NNcmx/cmx_slices-number of cmx slices used by NNNCE/NCEs-number of NCEs used by NNrgb/rgb_cam_config- rgb camera config, 1080p_30hz / 4k_30hz supported currentlyInstall requirements for cloud compile:
python3 -m pip install -r requirements.txtInstall dependencies for hostapp cpp backend:
Run as :
./depthai.py -s metaout previewout -sh 8 -cmx 8 -NCE 1 -rgb 4k_30hz -v test.h264 -dd
Tested on Mac and Linux.