I am developing a system using two cameras, and I want to know is it possible that the epipolar constraint can be satisfied by a matrix that this not part of the set of essential matrices? If so, in which situation do I have to handle this matrix?
A calibrated stereo rig has one well defined (up to scale) essential matrix E such that E = K1T * F * K2, where K1 and K2 are the camera matrices, and F is the fundamental matrix. The epipolar constraints determines F, but not E, unless the intrinsic calibration of both cameras is known.
So, to answer your question, as I understand it: