- Edited
Hi! I was wondering if any of the cameras support audio input?( preferably OAKD, OAD pro or OAKD Lite.) I really appreciate your help
Hi! I was wondering if any of the cameras support audio input?( preferably OAKD, OAD pro or OAKD Lite.) I really appreciate your help
Hello nazanyntbt , no current devices have a microphone on board, but I believe we have some devices on the roadmap that will have an integrated microphone. Checking with HW engineers..
Update; the new OAK-D-IOT-PRO will have a microphone on-board, so it will support audio streaming.
Hi @Huimin ,
It's on a custom branch; luxonis/depthai-pythontree/custom_uvc_uac_scripting
Note that it works similar to UVC, so it presents itself as a microphone to the computer it's connected to. It was used by the luxonis/depthai-hardware91 (OAK-IOT-40-S2), which has microphones.
Thanks, Erik
Hi @erik ,
Thanks for quick reply. Having on a custom branch doesnt sound very integratable.
Is it possible to have / port this function to v2.23 api release? And does this UAC function work along side all other data streams transmitting on XLINK?
What about the timestamping, does the audio sample come with host synced timestamp?
Thanks!
Hi @Huimin ,
While it is possible, it's very far from our roadmap/plans, so I don't think we'd consider doing it even for an NRE charge. I don't think it has timestamps, as it'd work like an USB microphone - you can utilize it (eg. zoom calls), but I don't think the stream itself has timestamps. You'd be much better off by connecting the microphone to the host computer instead, and add timestamps to the stream on the host. Thoughts?