Re: [gphoto-devel] (no subject)

2023-01-20 Thread 黒川一成
Hi Marcus Thank you. As I was told, stopping gvfs-gphoto2-volume-monitor enabled the camera to work. Now I can proceed with my project. Thank you very much. K.Kurokawa > 2023/01/20 18:11、Marcus Meissner のメール: > > Hi Kurokawa, > > Your problem is likely that another process blocks the camera

Re: [gphoto-devel] (no subject)

2023-01-20 Thread Marcus Meissner
Hi Kurokawa, Your problem is likely that another process blocks the camera access, usually this is "gvfs". You need to terminate the GVFS gphoto2 processes and try again. Ciao, Marcus On Fri, Jan 20, 2023 at 11:41:15AM +0900, 黒川一成 wrote: > Nice to meet you. > I'm Kurokawa > > Installed with apt

[gphoto-devel] (no subject)

2023-01-20 Thread 黒川一成
Nice to meet you. I'm Kurokawa Installed with apt-get install gphoto2 on Banana Pi BPI-M2 ZERO. Thank you. 0.000688 main(2): ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆã«ãƒ‡ãƒãƒƒã‚°ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’é€ä¿¡ã™ã‚‹å  ´åˆã¯ã€å¿…ず次の行を挿入して下さい: 0.000969 main

Re: [gphoto-devel] (no subject)

2022-01-21 Thread Marcus Meissner
On Tue, Jan 18, 2022 at 11:36:24PM +0100, EoGn wrote: > hello, my camara is not supported > 1 the HP e337 This is the 10+ year old camera, right? What does gphoto2 --auto-detect show? If nothing, what does "lsusb -v" show (it will output all usb devices, we just need the block for this c

[gphoto-devel] (no subject)

2022-01-19 Thread EoGn
hello, my camara is not supported 1 the HP e337 2 the dv6800le (only on discord i can see something and with "fswebcam -v -r "1280x1024" test.jpg " get i a picture, and nothing more) ___ Gphoto-devel mailing list Gphoto-devel@lists.sourceforge.net https:/

Re: [gphoto-devel] (no subject)

2021-05-31 Thread Marcus Meissner
HI, The 350D is very old camera from 2005, using the old "normal" mode driver. I am not very familar with the capture/preview support in this mode, It looks like the preview mode the driver offers is basically - take picture - transfering the full imge or just its thubmnail for preview You mig

Re: [gphoto-devel] (no subject)

2021-05-27 Thread Hubert Figuière
On 2021-05-27 11:22 a.m., Portentous Lad wrote: Hello, First of all, THANKS for the great tool! I'm sending this here rather then on github because I wouldn't consider it an issue per se. I can however do that too if need be. I had posted my experience with gphoto in in the comment section of a

[gphoto-devel] (no subject)

2021-05-27 Thread Portentous Lad
Hello, First of all, THANKS for the great tool! I'm sending this here rather then on github because I wouldn't consider it an issue per se. I can however do that too if need be. I had posted my experience with gphoto in in the comment section of a video from Novaspirit Tech and was asked to add a

[gphoto-devel] (no subject)

2020-01-12 Thread Justin Leniger
Hello, On http://www.gphoto.org/doc/remote/ it's stated that "Nikon DSLR: We do not know how to do Bulb capture yet. At least on my Nikon D3400: gphoto2 --set-config shutterspeed=52 && gphoto2 --set-config bulb=1 --wait-event=[time] --set-config bulb=0 works as expected. Cheers! -- Justin T. L

Re: [gphoto-devel] (no subject)

2018-11-21 Thread Daniel Muller
as for the drivers, zadig has it all explained, you just need to put winusb driver for gphoto concerning the gphoto2.exe, I have no idea if it is anywhere to be downloaded, so I just build them in cygwin On Tue, Nov 20, 2018 at 6:58 PM Leonardo Oliveira < leonardooliveira...@gmail.com> wrote: >

Re: [gphoto-devel] (no subject)

2018-11-20 Thread Leonardo Oliveira
I tried to download but I do not know how to install and use, could you inform me how to install the drivers and the code to call a camera through java? Em sex, 16 de nov de 2018 às 04:21, Daniel Muller escreveu: > are you at least able to run gphoto.exe on command line? > do you even have a win

Re: [gphoto-devel] (no subject)

2018-11-15 Thread Daniel Muller
are you at least able to run gphoto.exe on command line? do you even have a windows version of gphoto executable? did you use zadig to replace driver for your camera? On Thu, Nov 15, 2018 at 10:24 PM Leonardo Oliveira < leonardooliveira...@gmail.com> wrote: > Hi, I have a system that I created in

[gphoto-devel] (no subject)

2018-11-15 Thread Leonardo Oliveira
Hi, I have a system that I created in java, for photo booth, I want to implement the camera function dslr, but all the examples I took on the internet, none of which I was able to implement ... I use windows 7 32bits and I have a canon t3i. Can anyone tell me how to implement the code on my system?