Custom camera parameters worked on last version but now it does not.

Hi,

When I want to export cvs with all camera parameters it is only showing “Activated for all users on this computer”

Here is calibration code:

#name,x,y,alt,heading,pitch,roll,f,px,py,k1,k2,k3,k4,t1,t2,fx,fy,pmx,pmy $ExportCameras($(imageName)$(imageExt),$(x),$(y),$(z),$(yaw),$(pitch),$(roll),$(f*36),$(px),$(py),$(k1),$(k2),$(k3),$(k4),$(t1),$(t2),$(f*scale:10f),$(f*scale:10f),$(px*scale+0.5*width:10f),$(py*scale+0.5*height) )

Hi @Rango986
If you had this custom file in the previous version and you installed the newer version all settings turned back to their original state.
To implement the custom format, you need to add the line into XML file again.

Hi,

I did, and it show me this.

If so, I suppose you used that as desc value for the added line in XML file. What will happen, when you’ll use “Activated for all users on this computer”?
Can you show the whole line you added? (from <format to </ format>)

Hi,

Here is code.

{750FF896-0A89-4CF6-B7E7-507CA882E799}" mask=".csv" descID=“1111” desc=“Test” writer=“cvs” requires=“component”>
name,x,y,alt,heading,pitch,roll,f,px,py,k1,k2,k3,k4,t1,t2,fx,fy,pmx,pmy
$ExportCameras($(imageName)$(imageExt),$(x),$(y),$(z),$(yaw),$(pitch),$(roll),$(f
36),$(px),$(py),$(k1),$(k2),$(k3),$(k4),$(t1),$(t2),$(fscale:10f),$(fscale:10f),$(pxscale+0.5width:10f),$(pyscale+0.5height)
)

When I click on available for all users it just offers me to export in all formats available.

You somehow had to add that “Activated for all users on this computer” into one of the XMLs.
I suppose you need to find Test for a wanted export. The easier way to get there is through ALIGNMENT/Export/Registration.

If you don’t want the “Activated for all users on this computer” option, I suppose you will need to reinstall the application.

I just found solution, changed ID to 0005 and it works for some reason. Everything else is the same:

It is possible that the number 1111 was already used for something else, in theis case “Activated for all users on this computer”.

Not in this file, I tried different IDs and it was not working, for some reason ID 9000 also works. Either way it is fine now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.