[Closed] SDK Camera Settings
Hi, I want to be able to change some settings within a Camera via the SDK. Although, from the samples and online doc, its all very limited in what you can change. So does anyone know where I need to be looking ? Thanks
All cameras inherit from GenCamera which turn derives from CameraObject should be able to access every nook and cranny from them.
Thanks, I have found all the things I need Although, I have a small issues. Everything in IPhysicalCamera are all Get functions, so how would you set data within it ? Thanks
if you go from IPhysicalCamera as it inherits from GenCamera and CameraObject and Object and BaseObject and ReferenceTarget and ReferenceMaker and Animatable and InterfaceServer and MaxHeapOperators you and access any of the methods of those classes from your camera object
Ok, but just speaking for just the IPhysicalCamera class. All of the functions within that class are Get, there are no Set functions for it. Are you saying that I should be able to set this data within another class that it inherits e.g CameraObject/GenCamera ?? As I can’t see anything within either class that would help me Set data for PhysicalCamera ? Sorry if im being silly about this, just wanna make sure I’m doing it correct
I don’t dev for 16 so don’t know IPhysicalCamera but it should have a param block that you can access.