Roger
Roger
+1 Add my vote to prioritize this, it would be super useful for common use cases
I [implemented this in the python SDK](https://github.com/OkGoDoIt/frame-sdk-python/blob/master/src/frame_sdk/camera.py#L101-L123) but I couldn’t make it work in flutter due to not being able to find an EXIF manipulation library that worked properly for...
That screenshot is usually what it shows when it pairs to the frame but then disconnects either because the frame has been turned off or gone out of range. When...
Well it was difficult but I got photos and audio working simultaneously from the Frame! 😎 Still some code cleanup that I need to finish but this is major progress....
I discussed this with @kodjima33 today. I can take a first pass at this. A few questions that would help me understand this better: Is there currently any code in...
Awesome, thank you. Sorry if those questions were a bit basic but I’m still exploring the codebase.
I can work on the auth side, as captured in #390. I've already implemented a variation of this from my own use.
It's possible you are referencing a different version of the library, or perhaps you need to add the namespace to your using's. The fully qualified name is `OpenAI_API.Chat.ChatMessage.ImageInput` `ImageInput` is...
Are you using v1.11 or v1.10 or v1.9? `ImageInput` was added in v1.9. There is also a new v2.0 beta that has a completely different architecture, so if you are...
It's random issues like this that make me wish Cursor was just a vs code plugin. This has been an issue for months, why isn't it fixed yet?