adafruit / adafruit/Adafruit-VC0706-Serial-Camera-Library
Real time communication to Matlab
- Dominant language
- C++
- Stars
- 139
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
Using this library and an Arduino Mega, how can we serially transfer a picture to Maltab?
Meaning: This library presupposes the existence of an SD card. However, I should be able to Serial.print the data from buffer = cam.readPicture(BytesToRead). When I try that, only the first of the 32 values actually gets transferred (I also tried reading only 1 byte at a time and in that case each value got printed 8 times which is weird.)
Is there any function that supports direct serial communication?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the library's readPicture(BytesToRead) call and the Arduino Mega Serial.print usage described in the issue. Determine whether direct serial transfer to Matlab is supported and clarify the observed repeated or missing values. Done means the supported transfer path is documented or the requested capability is clearly scoped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino, cpp, matlab
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100