mariolukas / FabScanPi-Server

FabScan Pi Open Source 3D Scanner - Server application
https://www.fabscan.org
GNU General Public License v2.0
185 stars 68 forks source link

Feature Request - Atlas/Ciclop compatibility #123

Closed wer-is-paul closed 4 years ago

wer-is-paul commented 6 years ago

Hi,

I'm trying to implement this but I'm getting stucked on camera ready log. I can remote debug using pycharm. Anyone else working on this?

Cheers,

Dominik

mariolukas commented 6 years ago

Hey I am just working on supporting Atlas/Ciclop scanners. I already added USB Cam support in version 0.5.0 and i am making the firmware compatible right now. Do you have a PyCharm Pro version? The CE Edition does not support remote debugging.

wer-is-paul commented 6 years ago

Hi,

Yes, it's the pro version. But good to know. Is there a roadmap for the next version yet?

Cheers,

Dominik

mariolukas commented 6 years ago

USB Cam Driver starts here https://github.com/mariolukas/FabScanPiServer/blob/master/src/fabscan/scanner/laserscanner/FSCamera.py#L288 It should work already. Just add USBCAM as camera type to the config. I will try to add a short remote debug tutorial to the docs this weekend.

mariolukas commented 5 years ago

The ciclop support will be within the next release. But not working with the usb cam. You need to mount a raspberry pi cam on the ciclop Support for the atlas scanner will follow later, cause the atlas scanner uses a different electronics approach ( pi GPIO ). I added some pictures of the ciclop setup to the forum.