Skip to content

Commit 9d19f0b

Browse files
committed
Add FAQ questions
Add FAQ questions
1 parent 9087b56 commit 9d19f0b

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

source/FAQ/disable_nn_logs.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. tags:: Neural Network, AMB82-mini
2+
3+
Is it possible to disable the continuously looping logs (e.g. YOLOv4t tick) in Neural Network examples?
4+
============================================================================================================
5+
6+
**Answer**
7+
8+
Yes, it is possible.
9+
10+
Navigate to "Tools" -> "Show NN Logs" -> "Disable". It is set to "Enable" by default.
11+
12+
|image01|
13+
14+
15+
.. |image01| image:: ../_static/FAQ/disable_nn_logs/image01.png
16+
:width: 772 px
17+
:height: 728 px

source/FAQ/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ Ameba FAQ
1818
EMMC_connection
1919

2020
ameba-pro2_module_window
21+
22+
disable_nn_logs
23+
24+
skb_unavaliable_warnings
25+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. tags:: Video Streaming, RTSP, AMB82-mini
2+
3+
What should I do if "skb_unavailable={number} in last 2 seconds" warnings keep appearing during video streaming?
4+
==================================================================================================================
5+
6+
**Answer**
7+
8+
You will see this warning because the application that you are running requires high throughput and the driver is waiting for an available socket buffer to store the next incoming packet. If too many packets are coming in (overloading), this warning will appear.
9+
10+
To avoid having this warning, switch to TCP for video streaming.
11+
12+
|image01|
13+
14+
|image02|
15+
16+
17+
.. |image01| image:: ../_static/FAQ/skb_unavaliable_warnings/image01.png
18+
:width: 580 px
19+
:height: 750 px
20+
21+
.. |image02| image:: ../_static/FAQ/skb_unavaliable_warnings/image02.png
22+
:width: 802 px
23+
:height: 732 px
78.4 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)