updated opencv documentation (camera module)
added enabling of legacy support for the camera module to the postinstall script
This commit is contained in:
parent
ee4f6a516d
commit
f03df1b3b3
4 changed files with 17 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
import sys
|
||||
from typing import Tuple, Any
|
||||
|
||||
import numpy as np
|
||||
from typing import Any
|
||||
|
||||
# build image is somehow different from raspberry image? opencv-python is installed to a directory which is not in the pythonpath by default....
|
||||
sys.path.append("/usr/lib/python3.9/site-packages")
|
||||
|
|
Reference in a new issue