You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
Hi,
im trying to install this CAM90 driver but the images are totally black (0 values). When i use the Cam87 driver with some mod such as new width and height and pixel size and Instead the results is something like the attached image.
There is some that i'm missing?
The text was updated successfully, but these errors were encountered:
Hi
This repo used to be a work in progress...
(Since i don't own a cam90 myself)
I should mark it "archived"
Sorry but i can't help on this specific question
G.
Thanks Gehelem!
i noted that changing some of parameters in that part of code in cameraStartExposure function something different happens.
Maybe someone could help to develop a working driver.
From CAM90 repo
if ( bin==2 ) {
kolbyte=FWidthFWidth;//Changed in CAM90
Spi_comm ( 0x8B,1 ); //bining
mBin=1;
} else {
kolbyte=FWidthFWidth*2;
Spi_comm ( 0x8B,0 ); //no bining
mBin=0;
}
From CAM87 repo with my edits.
if ( bin==2 ) {
kolbyte=mdeltY6000; //changed with witdth of cam90
Spi_comm ( 0x8B,1 ); //bining
mBin=1;
} else {
kolbyte=mdeltY15600; //changed with witdth of cam90
Spi_comm ( 0x8B,0 ); //no bining
mBin=0;
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
im trying to install this CAM90 driver but the images are totally black (0 values). When i use the Cam87 driver with some mod such as new width and height and pixel size and Instead the results is something like the attached image.
There is some that i'm missing?
The text was updated successfully, but these errors were encountered: