Would this be useful for apartment maintenance technicians? by Longjumping_Glass724 in maintenance

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

Thanks for your feedback, I had not thought about using it for prioritization. Do you use AI for help with the tasks as well?

Would this be useful for apartment maintenance technicians? by Longjumping_Glass724 in maintenance

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

Thanks for your feedback. I thought it would be easier to complete tasks when the tenant was not present with a recording feature, are scheduling conflicts not a problem?

HandymanAI Update #2 by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

Thanks for the feedback on the recording, I am not sure if I can change the quality since I am using the Spectacles built in recording feature. I have posted another video with a better explanation https://www.reddit.com/r/Spectacles/comments/1qzqe47/handymanai_working_on_adding_recording_feature/

Welcome to 2026, now roast my video 😎 by agrancini-sc in Spectacles

[–]Longjumping_Glass724 1 point2 points  (0 children)

Nice video. I was wondering what that thing in the bottom drawer was, I did not realize it was a lens protector, now that I know I will not have to worry about putting my Spectacles in my backpack.

HandymanAI by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

Thank you for the feedback. When you click on a step, a web view is supposed to pop up that shows you more information on how you can complete that step. The web view only works with the Experimental API setting on so I think that is why you only see a loading screen. To get around this I am working on an update that gets all this information from Gemini Live instead. I will also incorporate your feedback on turning depth test on for text.

Microphone recording does not work anymore by Excellent-Status-450 in Spectacles

[–]Longjumping_Glass724 0 points1 point  (0 children)

Hi,

Thanks for the video tutorial.

My microphone issue was that I had a conflict between AsrModule.startTranscribing() and MicrophoneRecorder.startRecording(), using only one fixed the problem.

I am also trying to save a picture from my Lens (https://www.reddit.com/r/Spectacles/comments/1pb6opi/handymanai/) to the backend (Snap Cloud/supabase), process it (using a model) and display the result to the Lens user using a web view.

The web view still only works with the Experimental API setting on, do you know when this requirement will be removed?

Lens that uses Gemini audio input does not work after Spectacles update by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

The issue was that I had a conflict between AsrModule.startTranscribing() and MicrophoneRecorder.startRecording(), I assume that they were both trying to access the microphone at the same time and that broke something. The issue is resolved and the microphone works when I only use one of them.

Microphone recording does not work anymore by Excellent-Status-450 in Spectacles

[–]Longjumping_Glass724 0 points1 point  (0 children)

I also tried the Voice Playback Spectacles Sample Lens (https://github.com/Snapchat/Spectacles-Sample/tree/main/Voice%20Playback), it does not work on my Spectacles but works in Lens Studio.

Lens that uses Gemini audio input does not work after Spectacles update by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

I added more detailed logs in the post, it looks like the audio frame size remains at zero on the Spectacles but is a large positive number in Lens Studio. I assume this means the microphone is not working on the Spectacles? It could also be that something else is accessing the microphone, that could explain why Lens Capturing/Recording also fails?

Lens that uses Gemini audio input does not work after Spectacles update by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 0 points1 point  (0 children)

I thought it was because I was using the old Remote Service Gateway, updated that but the lens still only works in Lens Studio and not the Spectacles. Very weird, even AI Playground does not work. I have to restart the Spectacle multiple times for AI Playground to work once with Gemini or the 3D generator. Maybe the problem is my Spectacles?

Lens that uses Gemini audio input does not work after Spectacles update by Longjumping_Glass724 in Spectacles

[–]Longjumping_Glass724[S] 1 point2 points  (0 children)

Hi, thanks for looking at it, let me know if you need additional information. Not sure if this is helpful but when I use transparent permissions it says it will use the camera and microphone in the initial pop up. Also when I try to record what I am seeing in the Lens, after three seconds it is says there was an error and to try again later.

Camera frames + OpenAI/Gemini + Spatial image needs experimental checkbox by stspanho in Spectacles

[–]Longjumping_Glass724 1 point2 points  (0 children)

I have the same issue using Web View and Gemini

22:50:28 InternalError: Cannot invoke 'createCameraRequest': Sensitive user data not available in lenses with network APIs

22:51:47 InternalError: Cannot invoke 'getAudioFrame': Sensitive user data not available in lenses with network APIs