• Error in "gen2-container-encoding"

Hi, there,

I ran into an error with this example (without changing any code):
https://github.com/luxonis/depthai-experiments/tree/master/gen2-container-encoding

The error is:
Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
Application provided invalid, non monotonically increasing dts to muxer in stream 0: 338711 >= 338711

I noticed the version is depthai==2.16.0.0, whereas I am using the newer version 2.21.2.0. Is this be the problem? Could you fix it or let me know how?

Any help will be really appreciated! (Have been trying to solve this error for two full days :-( )

Thanks and Regards
Wu Bi

    Hi biwu
    The depthai version is likely the problem. The experiment directory should have a requirements file which have to be installed to correctly run the code.

    Thanks,
    Jaka

    • biwu replied to this.

      jakaskerl
      Thanks a Jaka, I finally decided to stick with DepthAI SDK for ease of development.