We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca3a74 commit 78591b7Copy full SHA for 78591b7
depthai-core
examples/ColorCamera/rgb_preview.py
@@ -30,7 +30,7 @@
30
if device.getBootloaderVersion() is not None:
31
print('Bootloader version:', device.getBootloaderVersion())
32
# Device name
33
- print('Device name:', device.getDeviceName())
+ print('Device name:', device.getDeviceName(), ' Product name:', device.getProductName())
34
35
# Output queue will be used to get the rgb frames from the output defined above
36
qRgb = device.getOutputQueue(name="rgb", maxSize=4, blocking=False)
0 commit comments