Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

GetParam for camera

#1
Is there a way to determine if a camera is grayscale or RGB from the API?

Also other stuff like resolution, FOV and so on. Note I tried GetParam but it always gets me byte[0]
#2
You can get or set the camera parameters by using this code:
Code:
param_settings = cam.setParam("Settings")
cam.setParam("Settings", new_param_settings)
  




Users browsing this thread:
1 Guest(s)