#include <catch2/catch_all.hpp>
#include <depthai/depthai.hpp>
Go to the source code of this file.
|
| | TEST_CASE ("Test XLinkIn->XLinkOut passthrough with random 1000x1000 frame") |
| |
| | TEST_CASE ("Test XLinkIn->XLinkOut passthrough with random 2000x1000 frame") |
| |
| | TEST_CASE ("Test XLinkIn->XLinkOut passthrough with random 4000x3000 frame") |
| |
| static void | test_xlink_roundtrip (int w, int h) |
| |
◆ TEST_CASE() [1/3]
| TEST_CASE |
( |
"Test XLinkIn->XLinkOut passthrough with random 1000x1000 frame" |
| ) |
|
◆ TEST_CASE() [2/3]
| TEST_CASE |
( |
"Test XLinkIn->XLinkOut passthrough with random 2000x1000 frame" |
| ) |
|
◆ TEST_CASE() [3/3]
| TEST_CASE |
( |
"Test XLinkIn->XLinkOut passthrough with random 4000x3000 frame" |
| ) |
|
◆ test_xlink_roundtrip()
| static void test_xlink_roundtrip |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
static |
◆ TIMEOUT