Ryota Maeda
Ryota Maeda
Hi @randyg3000 ! > gives a value of "2" which SEEMS to correspond to AdcBitDepth_Bit12 per the Spinnaker SDK enums here: http://softwareservices.flir.com/Spinnaker/latest/group___camera_defs__h.html#ggab01f909b0beb1f066113dfa20f9534bca9b373f9c37c70d4bf635feb740bad119 Yes, true. EasyPySpin returns an enum value as...
Hello @jakobs ! Thanks for waiting for my response. As you mention, my implementation of the ZNCC decoder isn't practical. It requires enormous memory and calculation time. There are two...
Hi, @yimuchunshu! I am focusing on circular polarization and would like to extend the program to handle all polarization states. I'm trying to develop the code to handle circular polarization...
Hi @nriaziat ! Could you show me more detail about it? For example, your minimal code and the error message (if it has). I have to reproduce the same issue.
@nriaziat Could you show me the model name of your camera (_e.g._, BFS-U3-04S2C-C, BFLY-U3-23S6C-C)? I guess you use an RGB color camera, right? Let me show the result of the...
Hmm, it's weird. To tell you about my experiment, I also use an RGB camera (I forget the model name, but it differs from yours). My camera always returns an...
Does the _both axes_ you refer to mean the column and row of an image? If so, the answer is NO. The image size (width and height) is the same...
I have updated this project to v2.0.0. It can calculate the 4x4 Mueller matrix. If you remember, please check it!
Hello @SantiDiazC It seems you haven't completely installed **PySpin**. PySpin is a part of Spinnaker SDK provided by FLIR. So your problem is out of the scope of EasyPySpin. I'm...