6 years agoFix for DSS scaling error on very small screens master cloned/master origin/HEAD origin/master
Fix for DSS scaling error on very small screens
header file update for double buffer patch
Added double buffering to display to eliminate tearing
Move license to individual file
Fixed jpeg image glitch & single camera mode GUI DSS blending issue
Correct link to Matrix description document
Renaming files
* Rename files to remove arm_multimedia since these demos are not apart of the
multimedia group in Matrix.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
* Rename files to remove arm_multimedia since these demos are not apart of the
multimedia group in Matrix.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Improved v4l2 stream on function
Cleaned up v4l2/fbdev init and touched up PiP Settings
Camera images now scale to all display resolutions
Rename SDK Makefile back to Makefile.build
* This insures that Qt users will have qmake generate "Makefile" instead of
App-Makefile which is the expected/default behavior.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
* This insures that Qt users will have qmake generate "Makefile" instead of
App-Makefile which is the expected/default behavior.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Use the correct name for the moc file to fix the build error
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Complete architecture overhaul due to the genius of Franklin C. FPS limited to ~30.
Cleaned up V4L2 init
Fixed incorrect touchscreen calibration
Added index number to saved images. Set PiP scaling to 1/2 to avoid DSS errors
Additional minior cleanup
Remove unecessary variables from Makefile
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Update Makefile
* Update Makefile to throw an error if destination directory doesn't exist.
* By default only build release version
* Rename Makefile.build to Makefile
* Have qmake generate App-Makefile as the makefile name.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
* Update Makefile to throw an error if destination directory doesn't exist.
* By default only build release version
* Rename Makefile.build to Makefile
* Have qmake generate App-Makefile as the makefile name.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Added initial jpeg capture support and added workaround for 720p 1/4 scaling issue
Improved GUI for single camera mode
Added support for any resolution and overhauled fb init
Enable single camera mode
-Program no longer fails if /dev/video1 is not available
-Removed DSS configuration from script and put it into program
-Added matrix desciption
-Program no longer fails if /dev/video1 is not available
-Removed DSS configuration from script and put it into program
-Added matrix desciption
Update Makefile.build
* Add default value for MATRIX_APP_DIR variable.
* Correct the path where the Matrix files should be copied to
* Delete temp file.
* Add default value for MATRIX_APP_DIR variable.
* Correct the path where the Matrix files should be copied to
* Delete temp file.
Update dual camera script
* Update the dual camera script so that Matrix is closed before the application
is ran.
* When the application is complete open Matrix back up.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
* Update the dual camera script so that Matrix is closed before the application
is ran.
* When the application is complete open Matrix back up.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Updated Makefile to work with OE integration
Add Makefile build target
Use correct shell script name
Add files for Matrix integration
Initial commit