Hi guys. I have a project but I ran into a problem. I use huskylens in this project. When the husky lens sees the object I defined before, it should find the required mp3 from the sd card and play it. Can huskylens do this? İf it can, how?
Hi, @mbugdayci17
Welcome to the forum.
Can you please post a link to data/spec of "huskylens"?
What is the application?
Thanks.. Tom....
![]()
Huskylens is a type of sensor but not very popular. That's why there aren't many resources or videos. So I thought someone on the forum would know. You can have general information in the "Introduction" section of the link below.
It looks like it is supposed to be able to recognize objects. What happens when you try it?
Use
if (HuskyLens.available() > 0)
to see if it is currently recognizing anything.
Use
HUSKYLENSResult result = HuskyLens.read();
to get a block or arrow. The block will have an ID which is the order in which the object was learned. You would then pick the matching MP3 file name and tell your MP3 player to play that file.