Skip to content

Set camera tuning blob path per socket#1539

Merged
moratom merged 10 commits intodevelopfrom
setCameraTuningBlobPath_per_socket
Feb 2, 2026
Merged

Set camera tuning blob path per socket#1539
moratom merged 10 commits intodevelopfrom
setCameraTuningBlobPath_per_socket

Conversation

@themarpe
Copy link
Copy Markdown
Collaborator

Purpose

Expands setCameraTuningBlobPath to be able to be applied per socket, instead of globally. CC: @jakaskerl

Testing & Validation

# No custom tuning
python utilities/cam_test.py -cams cama,c camb,m camc,m -fps 5 
# Per socket custom tuning, LEFT&RIGHT low light and COLOR low light (from here: https://docs.luxonis.com/hardware/platform/sensors/image-quality)
python utilities/cam_test.py -cams cama,c camb,m camc,m -fps 5 -tun camb,tuning_mono_low_light.bin camc,tuning_mono_low_light.bin cama,tuning_color_low_light.bin

before:

capture_cama_IMX378_1280x800_20251121_191239_exp_30008_iso_1599_lens_0_3767K_57 capture_camb_OV9282_1280x800_20251121_191239_exp_30001_iso_1549_lens_-1_6500K_58 capture_camc_OV9282_1280x800_20251121_191239_exp_30001_iso_1549_lens_-1_6500K_58

after:

capture_cama_IMX378_1280x800_20251121_191156_exp_90011_iso_2799_lens_88_3600K_121 capture_camb_OV9282_1280x800_20251121_191156_exp_199996_iso_800_lens_-1_6500K_121 capture_camc_OV9282_1280x800_20251121_191156_exp_199996_iso_800_lens_-1_6500K_121

@themarpe themarpe requested a review from moratom November 21, 2025 18:16
Copy link
Copy Markdown
Collaborator

@moratom moratom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

@moratom moratom merged commit 9c6b395 into develop Feb 2, 2026
@moratom moratom deleted the setCameraTuningBlobPath_per_socket branch February 2, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants