|
IDEA
|
I tried out https://www.gphotoshow.com/free-software/mouse-speed-switcher.html but this only works with two system mice, but not with the system and the Stealth mice.
... View more
12-20-2024
05:19 AM
|
0
|
0
|
505
|
|
IDEA
|
At the moment, it is only possible to set the mouse cursor speed for both 3D mouse and system mouse together in Settings - Mouse pointer speed: The stereo interpreters at the Swiss Federal Institute for Forest, Snow and Landscape Research (WSL) in Switzerland have the following problem: When the speed for the system mouse is good for them to work productively, this speed is too fast for the 3D mouse When the speed for the 3D mouse is good for them to work accurately, this speed is too slow for the system mouse The stereo interpreters mostly work with the 3D mouse. However, from time to time, they need the system mouse to select a combo box item or click on a button in a form, or to click on a button in the ribbon. --> It would be good if the mouse pointer speed could be set separately for 3D mouse and system mouse
... View more
11-21-2024
12:58 AM
|
5
|
2
|
613
|
|
IDEA
|
This is a very good idea! Short translation: if the user selects a feature in the Stereo Map, the same feature should automatically be selected in the Map. The same vice versa. This should be a standard functionality in Image Analyst, and used to work in Stereo Analyst. At the moment, this can only be achieved programmatically,
... View more
10-31-2024
06:52 AM
|
0
|
0
|
543
|
|
POST
|
My local Stealth Mouse distributor in Germany helped me to solve the problem. My S4-Z model is from 2019, and I had to update it. Steps to update: 1. Go to a computer where the Stealth Mouse works 2. Download and unzip "Stealth_Z-Type_TEST.zip" from here 3. Double click on "z_test.exe" in Release folder 4. In the program, click on button "Draw" and move the mouse to see whether it works 5. Click on button "Convert any V-Type, S-Type or Z-Type mouse to the new Z-Type" Alternative steps, if you want to do it on your own computer: 1. Install old driver on your Windows 11 machine, using "Stealth_Z-Type_older_Version_for_Windows_10.zip" from here 2. Repeat steps 2-5 above
... View more
10-31-2024
03:10 AM
|
0
|
0
|
1186
|
|
POST
|
Ok, I can consolidate my theory. I installed the driver on two computers where I have never installed it before. One computer runs with Windows 10, the other with Windows 11. On both computers, after the driver installation, the Stealth Mouse was not recognized. --> There must have been a Windows Update between last October (when I installed the driver for the first time) and now that prevents the driver installer to work correctly.
... View more
10-30-2024
08:10 AM
|
0
|
0
|
1206
|
|
POST
|
Hi Shane, I will contact my local ESRI distributor. At the moment, I'm in contact with my local Stealth Mouse Distributor. He may have an anwer. I discovered something very strange: on my previous Windows 10 computer (where the Stealth Mouse works) I did the following 1. Uninstall driver using CDMUninstallerGUI_v1.5.exe downloadod from https://ftdichip.com/utilities/ 2. Reinstall driver using CDM212364_Setup.exe downloaded from ESRI Website mentioned above --> Stealth Mouse is not detected any more. I could reproduce this behavior on another computer where the Stealth Mouse used to work. I suspect that the driver and a recent Windows Update don't get along with each other. I will try to consolidate this theory on another computer on which I will newly install the driver and give you feedback (I have to wait until tomorrow until I cann access the computer).
... View more
10-30-2024
05:13 AM
|
0
|
0
|
1211
|
|
POST
|
Hi Shane, thank you for your reply! On my previous computer (Windows 10) everything works fine. On my new computer, I ran the driver package as an administrator. I cannot control where the downloaded package extracts the data to. The following message has just popped up on my new computer: "The USB Device you last plugged in is malfunctioned and Windows doesn't recognize it". I plugged it into my old computer again, and there everything is fine. --> The Stealth Mouse is fine, but Windows 11 doesn't somehow recognize it. Barbara
... View more
10-29-2024
04:34 AM
|
0
|
0
|
1236
|
|
POST
|
I have a new computer (Windows 11 Pro, Version 23H2). I followed these instructions to set up the Stealth Mouse S4-Z, but it is not detected by ArcGIS Pro: I tried to plug it in into different USB ports, with no effect.
... View more
10-29-2024
01:31 AM
|
0
|
6
|
1267
|
|
POST
|
I reported my enhancement request to the training team.
... View more
08-22-2024
01:47 AM
|
0
|
0
|
1340
|
|
POST
|
@ RCorcoranAdams, thank you for your answer. I found out what the problem was. It was my mistake. I added the Cameras table in "Input Data" instead of in "Raster Type - Properties - Input cameras table". I must say that the order of the steps of point 4 in the documentation (https://pro.arcgis.com/en/pro-app/latest/help/analysis/image-analyst/create-a-mosaic-dataset-from-aerial-imagery-for-stereo-mapping.htm) doesn't correspond to the layout of the GUI, that's why I made this mistake. I would recommend the following order of the steps: a b d e f g h c Thanks, Barbara
... View more
08-15-2024
03:55 AM
|
0
|
0
|
1395
|
|
POST
|
I have two RC30 stereo aerial images that I want to add to a mosaic dataset in order to display them in ImageAnalyst. I'm using the GP Tool "Add Rasters To Mosaic Dataset" and the attached Frames and Cameras tables. I'm using ArcGIS Pro 3.3. and I'm getting the following error: Unable to load camera table. The table was not found. [Cameras] What is going wrong here? I remember that it used to work with a prior version of ArcGIS Pro.
... View more
08-14-2024
03:29 AM
|
0
|
4
|
1455
|
|
POST
|
I've just found out that this only happens if the upper layer has been generated by a buffer gp tool (Multiple Ring Buffer).
... View more
07-03-2024
06:35 AM
|
0
|
0
|
999
|
|
POST
|
I'm using 3.3.1 and I notice it for the first time. Removing and readding the layer or refreshing the view doesn't work.
... View more
07-03-2024
03:29 AM
|
0
|
0
|
1004
|
|
POST
|
I'm using ArcGIS Pro 3.3.1. There are two polygon layers in my map. For both of them, layer blending is set to normal, but they still blend with each other. I want to turn it off! How can I achieve this? Thank you, Barbara
... View more
07-02-2024
03:42 AM
|
0
|
3
|
1080
|
|
POST
|
Thank you, Charles. In my code sample above, I created the Geodatabase twice, what is wrong. The correct code to load stereo images into a stereo map is: await QueuedTask.Run(() =>
{
CIMMap cimMap = stereoMap.GetDefinition();
var stereoProps = cimMap.StereoProperties;
WorkspaceFactory workspaceFactory = WorkspaceFactory.FileGDB;
var fileGdbConnPath = new FileGeodatabaseConnectionPath(new Uri(gdbPath, UriKind.Absolute));
using (var fileGdb = new Geodatabase(fileGdbConnPath))
{
string workspaceConnectionString = fileGdb.GetConnectionString();
MosaicDataset mosaicDataset = fileGdb.OpenDataset<MosaicDataset>(mosaicName);
CIMStandardDataConnection mosaicDataConnection = new CIMStandardDataConnection()
{
WorkspaceConnectionString = workspaceConnectionString,
WorkspaceFactory = workspaceFactory,
Dataset = mosaicName,
DatasetType = esriDatasetType.esriDTMosaicDataset
};
var (leftImageID, rightImageID) = GetStereoImages(mosaicDataset);
stereoProps.SourceType = StereoSourceType.StereoModelCollection;
stereoProps.StereoModelCollection = mosaicDataConnection;
stereoProps.LeftImageID = leftImageID;
stereoProps.RightImageID = rightImageID;
cimMap.StereoProperties = stereoProps;
stereoMap.SetDefinition(cimMap);
}
return Task.CompletedTask;
}); And the code doesn't run away any more when I call Geodatabase gdb = new Geodatabase(fileGdbConnPath)! I also suspect that there was a problem with the ArcGIS Pro 3.3 Beta Version.
... View more
05-13-2024
05:36 AM
|
0
|
0
|
1196
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 11-21-2024 12:58 AM | |
| 1 | 04-02-2020 03:48 AM | |
| 1 | 09-20-2020 02:31 AM | |
| 14 | 03-06-2024 02:24 AM | |
| 2 | 02-28-2024 05:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-10-2025
01:50 AM
|