Search found 2 matches

by juhel
24 Nov 2020, 21:26
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5587

Re: Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Yes, you're right because on one computer, I've a NVIDIA GPU 2080 but not on the other one.

Regards.
by juhel
24 Nov 2020, 15:11
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5587

Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Hi, I've written this small program : from simulation import vrep import numpy as np vrep.simxFinish(-1) # Just in case, close all opened connections sim_client = vrep.simxStart('127.0.0.1', 19997, True, True, 5000, 5) # Connect to V-REP on port 19997 sim_ret, cam_handle = vrep.simxGetObjectHandle(s...