Skip to content

Commit 78591b7

Browse files
committed
[FW] deviceName fixes and updated for EepromData changes
1 parent eca3a74 commit 78591b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ColorCamera/rgb_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
if device.getBootloaderVersion() is not None:
3131
print('Bootloader version:', device.getBootloaderVersion())
3232
# Device name
33-
print('Device name:', device.getDeviceName())
33+
print('Device name:', device.getDeviceName(), ' Product name:', device.getProductName())
3434

3535
# Output queue will be used to get the rgb frames from the output defined above
3636
qRgb = device.getOutputQueue(name="rgb", maxSize=4, blocking=False)

0 commit comments

Comments
 (0)