wolffman122
Results
2
issues of
wolffman122
HI So this is my first open source project I am starting to help work on so please be kind. My idea is on the database page add a drop...
enhancement
### Describe what you want to implement and what the issue & the steps to reproduce it are: ``` auto& factory = Pylon::CTlFactory::GetInstance(); m_Camera = std::make_unique(factory.CreateFirstDevice()); m_Camera->Open(); ``` When I...