Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/video: Fix an issue isx019 may freeze
isx019 driver freezes by I2C access in the interrupt context. This I2C access is intended to stop data output from FPGA. Delete this I2C access for the following reasons. - Data output from FPGA does not affect power consumption - There are no problems in capture restart without data output stop since restart is done by image data block first.
- Loading branch information