nbenhur

Results 4 issues of nbenhur

import sys sys_mpy = sys.implementation._mpy arch = [None, 'x86', 'x64', 'armv6', 'armv6m', 'armv7m', 'armv7em', 'armv7emsp', 'armv7emdp', 'xtensa', 'xtensawin'][sys_mpy >> 10] print('mpy version:', sys_mpy & 0xff) print('mpy sub-version:', sys_mpy >> 8...

c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\cam_ov2640.o: in function `.LANCHOR3': cam_ov2640.c:(.rodata.default_regs+0x0): multiple definition of `default_regs'; build\openmv\omv\cameras\ov2640.o:ov2640.c:(.rodata.default_regs+0x0): first defined here c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\k210cambus.o: in function `cambus_writeb': k210cambus.c:(.text.cambus_writeb+0x0): multiple definition of `cambus_writeb'; build\openmv\omv\hal\k210\cambus.o:cambus.c:(.text.cambus_writeb+0x0): first defined here c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\k210cambus.o:...

I am having known faces images in imgs folder with resolution 640 width and 480 height.For All of these images face is getting identified with valid output box. Some of...

I am following the link https://ekuiper.org/docs/en/latest/api/restapi/services.html for registering the external service in edgex ekuiper running in docker environment. I successfully registered external service using command POST http://localhost:59720/services Please enter content...