-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect BK5000 ultrasound through built plus application #1020
Comments
@olevs It looks like you have resolved the issue before in #75. However I cannot understand how you resolved it. Do you know how I can get it running? Or maybe @lassoan or @adamrankin? Thank you very much. |
Hi, |
Hey @olevs, |
Hi @LisanneVenix, |
My final purpose is to modify the vtkPlusBKProFocusOemVideoSource.cxx and build a new plus application. Without changing anything, I am testing the plus building process.
Problem: BK ultrasound device cannot connect through built plus.
used Software Versions:
I followed the steps from the manual
Now i get the following error:
Could not find a package configuration file provided by DALSASAPERA with any of the following names: DALSASAPERAconfig.cmake, dalsasapera-config.cmake.
There is indeed no such file on my pc.
When I disable PLUS_USE_BKPROFOCUS_CAMERALINK, the error is resolved and I am able to build through VS2015. However, when I try to connect my bk device it gives an error:
ERROR|004.19500| server stopped unexpectedly. Return code 1|
When looking at the log file, using TRACE, it says:
112922_163724.598|ERROR|000.004000| VTK log: ERROR: In C:\D\PlusB-bin_R\Deps\vtk\Common\System\vtkSocket.cxx, line 145|vtkClientSocket (00000201F9C211C0): Socket error in call to socket. De toepassing heeft WSAStartup niet aangeroepen, of WSAStartup is mislukt.||.||| in C:\D\PlusB-bin_R\PlusLib\src\PlusCommon\vtkPlusLogger.cxx(75)
112922_163724.598|ERROR|000.004000| Last error: 6| in C:\D\PlusB-bin_R\PlusLib\src\PlusCommon\vtkPlusLogger.cxx(79)
112922_163724.598|ERROR|000.004000| VTK log: ERROR: In C:\D\PlusB-bin_R\Deps\vtk\Common\System\vtkClientSocket.cxx, line 44|vtkClientSocket (00000201F9C211C0): Failed to create socket.||| in C:\D\PlusB-bin_R\PlusLib\src\PlusCommon\vtkPlusLogger.cxx(75)
112922_163724.598|ERROR|000.004000| Last error: 6| in C:\D\PlusB-bin_R\PlusLib\src\PlusCommon\vtkPlusLogger.cxx(79)
112922_163724.598|ERROR|000.004000| Could not connect to BKProFocusOem: scanner address = 169.254.253.41, OEM port = 7915| in C:\D\PlusB-bin_R\PlusLib\src\PlusDataCollection\BkProFocus\vtkPlusBkProFocusOemVideoSource.cxx(178)
Connecting NDI aurora device with Plus does work.
Does anyone know how we can resolve this error?
The text was updated successfully, but these errors were encountered: