Blackdread / canon-sdk-java

Canon EOS SDK in java. Wrapper for Canon EOS Digital Software Development Kit EDSDK.
MIT License
95 stars 17 forks source link

PTP IP Connection #82

Open cmdrootaccess opened 3 years ago

cmdrootaccess commented 3 years ago

does this sdk support ptp ip connection ? basically connecting to canon eos via wifi like in gphoto2

Blackdread commented 3 years ago

I would say yes; Commands are not created to start/stop the wifi but can be added. I suppose that the connection is maintained in the DLL library so just need to research how this is supposed to be used. I have not tried.

Megnatis commented 1 year ago

Can I ask u how we can detect the camera via ip? just a example or topology .

Blackdread commented 1 year ago

I cannot, you can always try to ask SDK to connect to local IP of your network and find one that works but better to have other solution

Megnatis commented 1 year ago

I have Camera Ip and I can create job to check range of Ip the gateway give it to devices, but how I can use this ip ? this is my question. and thanks alot for your sdk warper.

Blackdread commented 1 year ago

If you have ip then just check Canon SDK official documentation, there is command to connect. Make sure it is same network, no NAT/etc. I cannot help more than that.

Megnatis commented 1 year ago

thanks man, but in Canon SDK official documentation I didn't find something helpful.