@@ -20,6 +20,8 @@ Acquire supports the following cameras (currently only on Windows):
2020- [ Vieworks VC-151MX-M6H00] ( https://www.visionsystech.com/products/cameras/vieworks-vc-151mx-sony-imx411-sensor-ultra-high-resolution-cmos-camera-151-mp )
2121- [ FLIR Blackfly USB3 (BFLY-U3-23S6M-C)] ( https://www.flir.com/products/blackfly-usb3/?model=BFLY-U3-23S6M-C&vertical=machine+vision&segment=iis )
2222- [ FLIR Oryx 10GigE (ORX-10GS-51S5M-C)] ( https://www.flir.com/products/oryx-10gige/?model=ORX-10GS-51S5M-C&vertical=machine+vision&segment=iis )
23+ - [ Photometrics Prime BSI] ( https://www.photometrics.com/products/prime-family/primebsi )
24+ - [ Photometrics Prime BSI Express] ( https://www.photometrics.com/products/prime-family/primebsiexpress )
2325
2426Acquire also supports the following output file formats:
2527
@@ -80,24 +82,24 @@ touch wrapper.h # will trigger a rebuild
8082python -m build
8183```
8284
83- This package depends on a submodule ([ acquire-video-runtime ] ( https://github.com/acquire-project/acquire-video-runtime ) )
85+ This package depends on a submodule ([ acquire-common ] ( https://github.com/acquire-project/acquire-common ) )
8486and binaries from the following Acquire drivers:
85- - [ acquire-driver-common] ( https://github.com/acquire-project/acquire-driver-common )
8687- [ acquire-driver-hdcam] ( https://github.com/acquire-project/acquire-driver-hdcam )
8788- [ acquire-driver-egrabber] ( https://github.com/acquire-project/acquire-driver-egrabber )
8889- [ acquire-driver-zarr] ( https://github.com/acquire-project/acquire-driver-zarr )
8990- [ acquire-driver-spinnaker] ( https://github.com/acquire-project/acquire-driver-spinnaker )
91+ - [ acquire-driver-pvcam] ( https://github.com/acquire-project/acquire-driver-pvcam )
9092
9193The build script will automatically try to fetch the binaries from GitHub releases.
9294In order to configure which release of each driver to use, you can set the value in ` drivers.json ` :
9395
9496``` json
9597{
96- "acquire-driver-common" : " 0.1.0" ,
9798 "acquire-driver-hdcam" : " 0.1.0" ,
9899 "acquire-driver-egrabber" : " 0.1.0" ,
99100 "acquire-driver-zarr" : " 0.1.0" ,
100- "acquire-driver-spinnaker" : " 0.1.0"
101+ "acquire-driver-spinnaker" : " 0.1.0" ,
102+ "acquire-driver-pvcam" : " 0.1.0"
101103}
102104```
103105
0 commit comments