Skip to content
Snippets Groups Projects
Unverified Commit 7387ae70 authored by Yining Li's avatar Yining Li Committed by GitHub
Browse files

fix webcam api doc (#1181)

parent fa070512
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ def parse_args():
parser.add_argument(
'--config',
type=str,
default='tools/webcam/configs/examples/pose_estimation.py')
default='tools/webcam/configs/meow_dwen_dwen/meow_dwen_dwen.py')
parser.add_argument(
'--cfg-options',
......
......@@ -857,8 +857,6 @@ class NoticeBoardNode(BaseFrameEffectNode):
):
super().__init__(name, frame_buffer, output_buffer, enable_key, enable)
self._enabled = True
self.x_offset = x_offset
self.y_offset = y_offset
self.y_delta = y_delta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment