Giter VIP home page Giter VIP logo

Comments (4)

github-actions avatar github-actions commented on June 2, 2024

Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information

from ambpro2_arduino.

github-actions avatar github-actions commented on June 2, 2024

This issue is stale because it has been open for 14 days with no activity.

from ambpro2_arduino.

S10143806H avatar S10143806H commented on June 2, 2024

Hi @qkrwogur ,

This log is used as a dynamic check_timer handler in Wi-Fi core functions. This handler is used to check watchdog, interface status, lps and Wi-Fi traffic. It will be set during the mlme (Media Access Control (MAC) Sublayer Management Entity) init stage and will be triggered when skb packet fails to be transmitted.

While skb is a control structure used for sending and receiving data packets. Some fields point to allocated memory to store the packets. When transferring to the protocol stack, the pointer is moved to obtain information such as Ethernet header, network header, transport header, and so on.

I am doubting that you are not deinit your video, rtsp and camera related objects correctly after the video transmitting. Which casuing skb being jammed since camera sensor is still sending data to the transmission queue which causing buffer full and triggers the dynamic_check_timer timeout.

Please try to use the methods here to deinit the objects in your code accordingly and try again.

void StreamEnd() {
videoStreamer.pause(); // pause linkers
videoStreamerMD.pause();
rtsp.end(); // stop RTSP chaneel/module
Camera.channelEnd(); // stop camera channel/module
MD.end(); // close module
Camera.videoDeinit(); // video deinit
delay(1000);
}

Thanks

from ambpro2_arduino.

github-actions avatar github-actions commented on June 2, 2024

This issue is stale because it has been open for 14 days with no activity.

from ambpro2_arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.