hacquire images for 10 seconds, display in Jupyter

jupyter
Jeff Moe 2022-09-08 17:14:01 -06:00
parent af13f50575
commit d96342c037
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#%matplotlib notebook\n",
"#%matplotlib widget"
]
},
{
"cell_type": "code",
"execution_count": null,
@ -42,7 +52,7 @@
"metadata": {},
"outputs": [],
"source": [
"test_duration = 1\n",
"test_duration = 10\n",
"testing = True\n",
"live = True"
]