oto313
oto313
I am using Yocto build system to integrate depthai into linux. It fails with error The first command that fails: ``` FAILED: CMakeFiles/depthai-core.dir/src/device/Device.cpp.o /base/build/tmp/work/cortexa9t2hf-neon-poky-linux-gnueabi/depthai/2.15.2-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -DBACKWARD_HAS_BACKTRACE=0 -DBACKWARD_HAS_BACKTRACE_SYMBOL=1 -DBACKWARD_HAS_BFD=0 -DBACKWARD_HAS_DW=0 -DBACKWARD_HAS_DWARF=0 -DBACKWARD_HAS_LIBUNWIND=0...
#### Fix for wrong sequence numbers Currently the nack responder ([responder_interceptor.go](https://github.com/pion/interceptor/blob/master/pkg/nack/responder_interceptor.go)) generates RTX RTP packet which has not right sequence numbers. It does not increment the sequence number by one...
## Describe the bug I have parameter of GET method in openapi.json file: ```json { "name": "Status", "in": "query", "schema": { "nullable": true, "allOf": [ { "$ref": "#/components/schemas/TestBatchStatus" } ]...