Change model to be unique; Remove mentions of OAK-D; Update README.md to include note of caution

This commit is contained in:
hexbabe
2023-12-01 12:26:14 -05:00
parent 120a61e7e8
commit b468c02655
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ class MyModule(Camera, Reconfigurable): # use a better name than this
"""The distortion parameters of the camera"""
MODEL: ClassVar[Model] = Model(ModelFamily("viam", "camera"), "oak-d") # make sure this matches the model in meta.json
MODEL: ClassVar[Model] = Model(ModelFamily("viam", "camera"), "python-appimage-example") # make sure this matches the model in meta.json
# create any class parameters here, 'some_pin' is used as an example (change/add as needed)
some_pin: int