-
Notifications
You must be signed in to change notification settings - Fork 755
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
When test OV5640 on ESP32S3, I notice the esp_camera_init() call takes 670ms which is much longer than I expect.
The reset() function in sensors/ov5640 has very long delay in:
- 100ms delay before software reset
- 100ms delay before write regs to sensor_default_regs
- 100ms delay after write regs to sensor_default_regs
I'm wondering if these delays are required.
Is there anything mentioned these delays requirement in datasheet?
Test by removing all above delays, I cannot see any difference.
So I'm wondering if the is can be improved.
IMHO:
- is not necessary.
If it really needs delay for 2/3, 10ms should be enough (100ms is quite long period from h/w's point of view).
Metadata
Metadata
Assignees
Labels
No labels