mirror of
https://github.com/hexbabe/python-appimage-module.git
synced 2026-01-15 16:37:18 +01:00
Change model to be unique; Remove mentions of OAK-D; Update README.md to include note of caution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user