Home
last modified time | relevance | path

Searched refs:cameraPath (Results 1 – 25 of 36) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usdImaging/usdAppUtils/
H A Dcamera.cpp42 const SdfPath& cameraPath) in UsdAppUtilsGetCameraAtPath() argument
49 if (!cameraPath.IsPrimPath()) { in UsdAppUtilsGetCameraAtPath()
54 SdfPath usdCameraPath = cameraPath; in UsdAppUtilsGetCameraAtPath()
56 if (!cameraPath.IsAbsolutePath()) { in UsdAppUtilsGetCameraAtPath()
57 if (cameraPath.GetPathElementCount() > 1u) { in UsdAppUtilsGetCameraAtPath()
62 cameraPath.MakeAbsolutePath(SdfPath::AbsoluteRootPath()); in UsdAppUtilsGetCameraAtPath()
66 cameraPath.GetText(), in UsdAppUtilsGetCameraAtPath()
74 if (usdPrim.GetName() == cameraPath.GetNameToken()) { in UsdAppUtilsGetCameraAtPath()
H A Dcamera.h58 const SdfPath& cameraPath);
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHomeEnvironment.java80 private List<Camera> cameraPath; field in HomeEnvironment
149 this.cameraPath = Collections.emptyList(); in HomeEnvironment()
165 this.cameraPath = Collections.emptyList(); in readObject()
642 if (this.cameraPath != cameraPath) { in setVideoCameraPath()
643 List<Camera> oldCameraPath = this.cameraPath; in setVideoCameraPath()
644 if (cameraPath != null) { in setVideoCameraPath()
645 this.cameraPath = new ArrayList<Camera>(cameraPath); in setVideoCameraPath()
647 this.cameraPath = Collections.emptyList(); in setVideoCameraPath()
660 clone.cameraPath = new ArrayList<Camera>(this.cameraPath.size()); in clone()
661 for (Camera camera : this.cameraPath) { in clone()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DVideoController.java57 private List<Camera> cameraPath; field in VideoController
296 return this.cameraPath; in getCameraPath()
302 public void setCameraPath(List<Camera> cameraPath) { in setCameraPath() argument
303 if (this.cameraPath != cameraPath) { in setCameraPath()
304 List<Camera> oldCameraPath = this.cameraPath; in setCameraPath()
305 this.cameraPath = cameraPath; in setCameraPath()
306 …s.propertyChangeSupport.firePropertyChange(Property.CAMERA_PATH.name(), oldCameraPath, cameraPath); in setCameraPath() local
307 this.home.getEnvironment().setVideoCameraPath(this.cameraPath); in setCameraPath()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DVideoPanel.java421 Camera camera = cameraPath.get(i); in createComponents()
446 cameraPath.get(i - 1).getX(), cameraPath.get(i - 1).getY())); in createComponents()
1127 if (cameraPath.size() > 0) { in recordCameraLocation()
1128 lastCamera = cameraPath.get(cameraPath.size() - 1); in recordCameraLocation()
1133 cameraPath = new ArrayList<Camera>(cameraPath); in recordCameraLocation()
1137 cameraPath.add(recordedCamera); in recordCameraLocation()
1161 boolean playable = cameraPath.size() > 1; in updatePlaybackTimer()
1228 cameraPath.remove(cameraPath.size() - 1); in deleteLastRecordedCameraLocation()
1229 this.controller.setCameraPath(cameraPath); in deleteLastRecordedCameraLocation()
1311 Camera camera = cameraPath.get(0); in getVideoFramesPath()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Clip.cc432 UT_String cameraPath; in getFrustum() local
433 evalString(cameraPath, "camera", 0, time); in getFrustum()
434 if (!cameraPath.isstring()) { in getFrustum()
439 if (auto* obj = cookparms()->getCwd()->findOBJNode(cameraPath)) { in getFrustum()
445 throw std::runtime_error{"camera \"" + cameraPath.toStdString() + "\" was not found"}; in getFrustum()
452 throw std::runtime_error{cameraPath.toStdString() + " is not a perspective camera"}; in getFrustum()
471 "failed to compute frustum bounds for camera " + cameraPath.toStdString()}; in getFrustum()
H A DSOP_OpenVDB_Occlusion_Mask.cc406 UT_String cameraPath; in cookVDBSop() local
407 evalString(cameraPath, "camera", 0, time); in cookVDBSop()
408 cameraPath.harden(); in cookVDBSop()
410 if (cameraPath.isstring()) { in cookVDBSop()
411 OBJ_Node* camobj = cookparms()->getCwd()->findOBJNode(cameraPath); in cookVDBSop()
H A DSOP_OpenVDB_Create.cc175 const auto cameraPath = evalStdString("camera", time); in updateNearFar() local
176 if (cameraPath.empty()) return 1; in updateNearFar()
178 OBJ_Node *camobj = findOBJNode(cameraPath.c_str()); in updateNearFar()
620 const auto cameraPath = evalStdString("camera", 0); in updateParmsFlags() local
621 const bool enableFrustumSettings = (!cameraPath.empty() && findOBJNode(cameraPath.c_str())); in updateParmsFlags()
865 const auto cameraPath = evalStdString("camera", time); in buildTransform() local
866 if (cameraPath.empty()) { in buildTransform()
871 OBJ_Node *camobj = findOBJNode(cameraPath.c_str()); in buildTransform()
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DsimpleLightTask.cpp112 _cameraId = params.cameraPath; in Sync()
373 out << pv.cameraPath << " " in operator <<()
387 return lhs.cameraPath == rhs.cameraPath in operator ==()
H A DsimpleLightTask.h122 : cameraPath() in HdxSimpleLightTaskParams()
132 SdfPath cameraPath; member
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A Dspec.cpp82 pd->cameraPath = targets[0]; in _ReadSettingsBase()
174 UsdGeomCamera(stage->GetPrimAtPath(pd.cameraPath))) { in UsdRenderComputeSpec()
181 pd.cameraPath.GetText(), target.GetText()); in UsdRenderComputeSpec()
H A Dspec.h62 SdfPath cameraPath; member
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanapplication.h61 Q_PROPERTY(QString cameraPath READ cameraPath NOTIFY fakeSignal)
114 static QString cameraPath();
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/
H A DviewSettingsDataModel.py664 def cameraPath(self): member in ViewSettingsDataModel
667 @cameraPath.setter
669 def cameraPath(self, value): member in ViewSettingsDataModel
677 if self.cameraPath is not None and self._rootDataModel.stage is not None:
678 return self._rootDataModel.stage.GetPrimAtPath(self.cameraPath)
686 self.cameraPath = value.GetPrimPath()
692 self.cameraPath = None
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/testenv/
H A DtestHdPrman.cpp346 product.cameraPath = sceneCamPath; in main()
392 if (!product.cameraPath.IsEmpty()) { in main()
393 UsdPrim prim = stage->GetPrimAtPath(product.cameraPath); in main()
398 "free cam.\n", product.cameraPath.GetText()); in main()
741 if (!product.cameraPath.IsEmpty()) { in main()
742 hdUsdFrontend.SetCameraForSampling(product.cameraPath); in main()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/PlatformUtils/src/
H A Dutils.h90 std::wstring cameraPath(DWORD cameraIndex);
91 std::wstring cameraPath(const CLSID &clsid);
H A Dutils.cpp931 cameraPaths.push_back(cameraPath(i)); in createDevicePath()
961 auto cameraClsid = createClsidFromStr(cameraPath(i)); in cameraFromId()
978 if (cameraPath(i) == path) in cameraExists()
1006 std::wstring AkVCam::cameraPath(DWORD cameraIndex) in cameraPath() function in AkVCam
1028 std::wstring AkVCam::cameraPath(const CLSID &clsid) in cameraPath() function in AkVCam
1035 return cameraPath(DWORD(camera)); in cameraPath()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/VCamIPC/src/
H A Dipcbridge.cpp83 std::string cameraPath(const MonikerPtr &moniker) const;
84 std::string cameraPath(IPropertyBag *propertyBag) const;
318 devices.push_back(this->d->cameraPath(camera)); in listDevices()
338 && this->d->cameraPath(propertyBag.get()) == deviceId) in description()
368 && this->d->cameraPath(camera) == deviceId) { in formats()
1358 std::string AkVCam::IpcBridgePrivate::cameraPath(const MonikerPtr &moniker) const in cameraPath() function in AkVCam::IpcBridgePrivate
1362 return this->cameraPath(propertyBag.get()); in cameraPath()
1365 std::string AkVCam::IpcBridgePrivate::cameraPath(IPropertyBag *propertyBag) const in cameraPath() function in AkVCam::IpcBridgePrivate
1615 auto cameraPath = AkVCam::cameraPath(i); in updateDeviceSharedProperties() local
1616 std::string deviceId(cameraPath.begin(), cameraPath.end()); in updateDeviceSharedProperties()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/impl/
H A DFFMPEGMediaPlayer.java333 final boolean isCameraInput = null != cameraPath; in initStreamImpl()
346 resStreamLocS = dev_video_linux + cameraPath.decode(); in initStreamImpl()
352 resStreamLocS = cameraPath.decode(); in initStreamImpl()
371 … System.err.println("initStream: p3 cameraPath "+cameraPath+", isCameraInput "+isCameraInput); in initStreamImpl()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/VirtualCamera/src/
H A Dbasefilter.cpp348 auto path = cameraPath(clsid); in stateChanged()
403 auto path = cameraPath(clsid); in pinsForDevice()
418 auto path = cameraPath(clsid); in updatePins()
H A Dplugin.cpp113 auto path = AkVCam::cameraPath(i); in DllRegisterServer()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/cmio/Assistant/src/
H A Dassistant.cpp115 std::string cameraPath(size_t cameraIndex) const;
715 cameraPaths.push_back(this->cameraPath(i)); in createDevicePath()
738 if (this->cameraPath(i) == path && !this->cameraFormats(i).empty()) in cameraFromPath()
747 if (this->cameraPath(i) == path) in cameraExists()
760 std::string AkVCam::AssistantPrivate::cameraPath(size_t cameraIndex) const in cameraPath() function in AkVCam::AssistantPrivate
811 this->m_deviceConfigs[this->cameraPath(i)] = {}; in loadCameras()
812 this->m_deviceConfigs[this->cameraPath(i)].description = this->cameraDescription(i); in loadCameras()
813 this->m_deviceConfigs[this->cameraPath(i)].formats = this->cameraFormats(i); in loadCameras()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/android/av/
H A DAndroidGLMediaPlayerAPI14.java260 if( null == cameraPath ) { in initStreamImpl()
265 cameraId = Integer.parseInt(cameraPath.decode()); in initStreamImpl()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/
H A DGLMediaPlayerImpl.java107 protected Uri.Encoded cameraPath = null; field in GLMediaPlayerImpl
561 cameraPath = null; in initStream()
568 cameraPath = rawPath.substring(1); in initStream()
1549 final String camPath = null != cameraPath ? ", camera: "+cameraPath : ""; in toString()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/backend/
H A Dcameracontroller.h71 QString cameraPath() const;

12