The Imaging Source camera works

main
Jeff Moe 2022-08-19 11:18:34 -06:00
parent 6a63f95e97
commit 0d03becfa5
2 changed files with 1 additions and 1 deletions

2
SNOPO
View File

@ -77,7 +77,7 @@ with g.subgraph(name="cluster_hardware") as a:
b.edge("n_uvc", "n_video", color=good_color)
b.edge("n_cv", "n_video", color=good_color)
b.edge("n_pi", "n_video", color=good_color)
b.edge("n_tis", "n_video", color=ok_color)
b.edge("n_tis", "n_video", color=good_color)
b.edge("n_asi", "n_video", color=good_color)
with a.subgraph(name="cluster_camera") as c:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 278 KiB