You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :ref:`Device Queue Event` - Demonstrates how to use device queue events
22
21
- :ref:`RGB Encoding` - Encodes RGB (1080P, 30FPS) into :code:`.h265` and saves it on the host
23
22
- :ref:`RGB & Mono Encoding`- Encodes RGB (1080P, 30FPS) and both mono streams (720P, 30FPS) into :code:`.h265`/:code:`.h264` and saves them on the host
24
23
- :ref:`Encoding Max Limit` - Encodes RGB (4k 25FPS) and both mono streams (720P, 25FPS) into :code:`.h265`/:code:`.h264` and saves them on the host
@@ -56,4 +55,6 @@ Code samples are used for automated testing. They are also a great starting poin
56
55
.. rubric:: Mixed
57
56
58
57
- :ref:`System information` - Displays device system information (memory/cpu usage, temperature)
59
-
- :ref:`OpenCV support` - Demonstrates how to retrieve an image frame as an OpenCV frame
58
+
- :ref:`OpenCV support` - Demonstrates how to retrieve an image frame as an OpenCV frame
59
+
- :ref:`Device Queue Event` - Demonstrates how to use device queue events
60
+
- :ref:`Queue add callback` - Demonstrates how to use queue callbacks
- :ref:`Device Queue Event` - Demonstrates how to use device queue events
31
29
- :ref:`RGB Encoding` - Encodes RGB (1080P, 30FPS) into :code:`.h265` and saves it on the host
32
30
- :ref:`RGB & Mono Encoding`- Encodes RGB (1080P, 30FPS) and both mono streams (720P, 30FPS) into :code:`.h265`/:code:`.h264` and saves them on the host
33
31
- :ref:`Encoding Max Limit` - Encodes RGB (4k 25FPS) and both mono streams (720P, 25FPS) into :code:`.h265`/:code:`.h264` and saves them on the host
0 commit comments