Conversation
…tions. Reading the buffer immidiately as data comes in, preventing an overflow.
…nsceive function, that actually returns error.
… clock counter inside the FPGA.
…stem. Added period correction to ops_enum_frame_interval.
… This allows in turn to use the 59.94 etc frequencies.
- Added pixel counter based system that takes exact period from the FPGA. - Further improved the PAL vs NTSC system. - Fixed and cleaned up the driver header.
- Added get video format function. - Updated get_res.py to also apply corrected framerate.
…rnel-module-crosslink_cv into VIDE-69
…e camera time to react.
- Removed old wait function as its replaced by wait_and_recv. - Added default count to wait_and_recv. - Fixed indentation in crosslink-cam.c.
- Added define constants for multiplier. - Added seperate ioctl for obtaining the corrected period. - Simplified get_res.py by using new ioctl in the driver instead of locally correcting the period. - Removed HF CNT and PIX CNT ioctls as these are not required to be accessed anymore. - Created set format ioctls for simplifying the python files further and removing format constants from the python files. - Merged and cleaned up most of the contents of ops_get_frame_interval and ops_enum_frame_interval into a single function.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
B8 update for the LVDS to MIPI driver.