We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59683b7 commit 0ba859dCopy full SHA for 0ba859d
examples/contact_area.py
@@ -38,7 +38,7 @@ def extract_surface_contact_real_time():
38
"""
39
from digit_interface import Digit
40
import cv2
41
- base_img_path = "/home/shuk/digits2/images/0000/0041.png"
+ base_img_path = "./path/to/img/"
42
base_img = ImageHandler(base_img_path).nparray
43
# setting up the DIGIT sensor
44
digit = Digit("Dxxxxx") # replace xxxxx with your DIGIT serial number
0 commit comments