Skip to content

Commit 2cde2da

Browse files
committed
Updated initial resolution. Binning seem causing troubles.
1 parent 1cb656a commit 2cde2da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Quick start:
3333
F.A.Q.
3434

3535
Q) When I launch CameraVision.exe image is corrupted.
36-
A) Try to press KEY0 on DE0-NANO to reset the system and try again to launch the software
36+
A) Try to press KEY0 on DE0-NANO to reset the system and try again to launch the software. Try changing resolution (avoid binning) just after programming and before acquiring images.
3737

3838
Q) How can I calculate Color Correction Matrix?
3939
A) You need a Color Checker and an app like Color Corrector (https://www.microsoft.com/store/productId/9PNVVHVWZB85)

sw/CameraVision/CameraVision/MainWindowVM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public MainWindowVM()
173173
};
174174

175175
CurrentDemosaicingAlgorithm = CameraVision.DemosaicingAlgorithms.SIMPLE_INTERPOLATION;
176-
CurrentVideoSetting = VideoSettings[7];
176+
CurrentVideoSetting = VideoSettings[8];
177177

178178
Ccm = new double[9];
179179

0 commit comments

Comments
 (0)