Explore the
Universe
Step 1 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

The Basics

Must contain at least 8 characters, an uppercase character, a lowercase character, a number and a symbol.
By joining the Alpha Universe community, you agree to the Terms and the Sony Electronics Inc. Privacy Policy and certify that you are a U.S. resident. (CA Privacy Notice).
Next
Personalize Your Profile
Step 2 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

Your Specialty *

(Select All That Apply)


I am a... *

(Select All That Apply)


(Optional)


What kind of camera(s) do you shoot with? *

(Select All That Apply)

Meyd-532 [updated] Page

# 2️⃣ Configure capture parameters cam.set_exposure(0.001) # 1 ms exposure cam.set_gain(2.0) # dual‑gain mode cam.set_roi(0, 0, 1024, 768) # full‑frame cam.enable_hdr(True) # optional HDR

## MeyD‑532 – An Informative Feature Overview meyd-532

# 3️⃣ Capture a hyperspectral cube (spatial x, y, λ) cube = cam.acquire_cube() # shape = (768, 1024, 150) # 150 spectral bands # 2️⃣ Configure capture parameters cam

# 4️⃣ Simple visualisation – pick band 75 (~1450 nm) band = cube[:, :, 75] plt.imshow(band, cmap='inferno') plt.title('MeyD‑532 – Band 75 (≈1450 nm)') plt.colorbar(label='Digital Numbers') plt.show() meyd-532

# 1️⃣ Initialize the device cam = md.Camera() cam.open() # auto‑detect via USB‑3.1