Skip to content
Discussion options

You must be logged in to vote

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 and cam.save() will save it to an .h5 file which you can share.
  • If you see an array of spots that you think should be able to be used for calibration, then you can remove the faulty calibration (del fs.calibrations["fourier"]) and recalibrate with the plot=2 debug keyword. This will give some extra plots of the FFT-based pitch calibration which are useful to debug.
  • If you don't see an array of spots or your camera is underexposed, then…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ichristen
Comment options

Answer selected by ichristen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants