-
|
I encounter an issue while using fourier.calibrate. Here is the code I run:
The final output (the image) has a very unfitting format regarding the size of the camera's captor (1024,1024). Also, the zoom is very strange. See the image I provided. This image is fully black (I'm not sure why) but I had the same issue with an illuminated one. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Yyuuuun , I think that your camera is underexposed and the calibration is trying to calibrate on noise. A few things to try:
Hope this helps! Best, |
Beta Was this translation helpful? Give feedback.

Hi @Yyuuuun ,
I think that your camera is underexposed and the calibration is trying to calibrate on noise. A few things to try:
cam.get_image()after calling the calibration will capture the pattern that was used for calibration.cam.plot()will plot this andcam.save()will save it to an .h5 file which you can share.del fs.calibrations["fourier"]) and recalibrate with theplot=2debug keyword. This will give some extra plots of the FFT-based pitch calibration which are useful to debug.