Thank you for your library! I’m trying to send images captured through esp32 cam but facing trouble while encoding to base64. Can you please share your code of how you did in the video?
@@sparshsinghg Base64 encoding requires additional memory. This will increase as the captured image size increases. If you have an issue with this, try setting the image size to FRAMESIZE_QVGA or a lower resolution.
Eric, thank you for this library. I wanted to try something with chatgpt and esp32. I hope I can get this working. I think this open so many potential projects and ideas! I am interested with audio. I know espressif does have demo with microphone and speaker with the s3 box
Currently, only text and image data can use GPT-4o through API in OpenAI. In S3-BOX, the voice data is converted to text, then the API is called with the text data, and the content part of the response from the server is converted to TTS and output to the speaker. Anyway, I think we can develop many applications based on this.
hello amazing video for beginner like me, a quick request tho can you do a tutorial on how the chatGPT can read the image that u just captured? and what is the code?. thank you :)
@@ThatProject I'm working on a similar project using esp32s3. What size should I set the captured image? Is it possible in a size 1280x1024(FRAMESIZE_SXGA)?
@ ESP32-S3-EYE has OV2640 and max resolution is 1600x1200. You can capture the resolution you want inside ESP32, but sending it to WiFI or doing other processing is a completely different topic. Still, working with high resolution image data is not easy because internal memory is always limited.
I haven't actually used Auracast yet, so I can't say anything about it. However, it seems to be an innovative method for Bluetooth audio. I hope I get a chance to do a project on this.
Nice bro. Now we have a good tool to make very nice projects. Something like a robot could be interesting.
Thanks for another amazing video 🤩
Thank you for your library! I’m trying to send images captured through esp32 cam but facing trouble while encoding to base64. Can you please share your code of how you did in the video?
@@sparshsinghg Base64 encoding requires additional memory. This will increase as the captured image size increases. If you have an issue with this, try setting the image size to FRAMESIZE_QVGA or a lower resolution.
This makes more sense than Rabbit r1 and Humane AI pin ☠☠
lol. Have you ever actually used that device? I only saw them on video and they looked great.
Amazing Project. Can you provide the link for the code used in the video?
I'm struggling to find that out
thanks
👍👍👍
Eric, thank you for this library. I wanted to try something with chatgpt and esp32. I hope I can get this working. I think this open so many potential projects and ideas! I am interested with audio. I know espressif does have demo with microphone and speaker with the s3 box
Currently, only text and image data can use GPT-4o through API in OpenAI. In S3-BOX, the voice data is converted to text, then the API is called with the text data, and the content part of the response from the server is converted to TTS and output to the speaker. Anyway, I think we can develop many applications based on this.
Pretty cool!
hello amazing video for beginner like me, a quick request tho can you do a tutorial on how the chatGPT can read the image that u just captured? and what is the code?. thank you :)
I think I'll make a tutorial video for this.
what is your development board..?
@@우로진아 This is a custom board. It's simply an ESP32CAM with a display attached.
@@ThatProject I'm working on a similar project using esp32s3. What size should I set the captured image? Is it possible in a size 1280x1024(FRAMESIZE_SXGA)?
@@우로진아 What camera module do you use? Even if you get the maximum resolution, you may run out of memory for other tasks.
@@ThatProject It's Freenove ESP32-S3-WROOM cam board (CAMERA_MODEL_ESP32S3_EYE)
@ ESP32-S3-EYE has OV2640 and max resolution is 1600x1200. You can capture the resolution you want inside ESP32, but sending it to WiFI or doing other processing is a completely different topic.
Still, working with high resolution image data is not easy because internal memory is always limited.
can you do a tutorial step by step on how to make this project please? this is exactly the project i need for passing my final exam 😢
I'll try it when I get the chance.
May the Lord Jesus bless you my friend. What's your opinion on Auracast?
I haven't actually used Auracast yet, so I can't say anything about it. However, it seems to be an innovative method for Bluetooth audio. I hope I get a chance to do a project on this.
Can you send me your code?
Have you tried the example projects?