Preliminary support for s5k4ecgx 5Mp camera sensor - #45
Closed
rzk wants to merge 3 commits into
Closed
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This is a preliminary support for CSI camera, dont merge it before testing, pull request is created only to gather debugging info.
Recently I've been busy trying to bring this up, after having conversation with FIMC driver authors I've finally figured everything out and this should work, however, doing experiments, I killed my s5k4ecgx camera and I can't test these last changes that were suggested by them.
I hope somebody with this camera could try running this and post dmesg logs.
To get this working you need:
This means that FIMC and CSI insterface brought up, but camera did not answer (NAK) on I2C bus. If you'll have a working camera (that I lack right now), you will, hopefully, have a table showing FIMC<->CSI routing.
Next after getting FIMC linked to CSI is getting FIMC-IS working, it is already sort-of working in 3.14, but lacks the firmware, which, I believe, can be copied from android BSPs. With that we will be able to run simple ioctls to FIMC-IS and have it detect faces/etc.video functions.
Best Regards,
Dmitriy Beykun