Skip to content

Added pulseaudio example#829

Open
TamseSaso wants to merge 4 commits intomainfrom
pulseaudio-example
Open

Added pulseaudio example#829
TamseSaso wants to merge 4 commits intomainfrom
pulseaudio-example

Conversation

@TamseSaso
Copy link
Collaborator

Purpose

An example on how to use miscrophone on OAK4 devices

Specification

None / not applicable

Dependencies & Potential Impact

None / not applicable

Deployment Plan

None / not applicable

Testing & Validation

None / not applicable

@TamseSaso TamseSaso added the testable PR is ready to be tested label Mar 5, 2026
@TamseSaso TamseSaso assigned klemen1999 and unassigned klemen1999 Mar 6, 2026
Copy link
Collaborator

@klemen1999 klemen1999 left a comment

Choose a reason for hiding this comment

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

Some improvement suggestions on the structure

sensors = device.getConnectedCameraFeatures()
primary = sensors[0].socket.name if sensors else None

for sensor in sensors:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is streaming of all sensors needed for the purpose of this example? To me it seems like it would be better to only stream just one sensor since the visual doesn't really matter here. ANd with this we save of the badnwidth being transfered from device to host

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testable PR is ready to be tested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants