Francesco
Francesco
Hi @manelclos, Thank you for the suggestion! I actually did it by overriding mama_cas_views.LoginView in my own project. Anyway I still think that it would be very useful feature to...
They are not online, but I will share it here. Anyway I find my adaptation too custom to be used as is. class LoginRestView(mama_cas_views.LoginView): def get_form_kwargs(self): """ Django >= 1.11...
Was it unclear or you don't know how to solve it? If it's the former I'd be happy to clarify what I meant!
still no fixes? I am running in to this right now
Another question about the Aprilgrid. The RealSense camera i am using has a wide field of view while the MindVision has a really narrow one. So I supposed that the...
Currently I am using an old SR300, anyway the first times I received your same error also with it. But it was because I was using targets too small for...
I am not sure about but both things, but in [this (old) blog post](https://pkok.github.io/2014/09/08/) it was written that RGB images could not work and grayscale were needed. About the distortion,...
Update: resizing the images by 1/4 (2592x1944 -> 648x486) I am able obtain both intrinsics and extrinsics. Here is the results: ``` Calibration results ==================== Camera-system parameters: cam0 (/cam0/image_raw): type:...
Was something like this implemented?
> would it be possible to also address this issue in this PR? #5214 I'll open a separate PR for that!