Tomando fotos con la webcam
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
Re: Tomando fotos con la webcam
Antonio.
Compilé en W8 y funcionó bien, hasta que se me ocurrió presionar el botón 'Traspasar'.
Ya no funcionó más. Al entrar, nuevamente, presenta la pantalla de la imagen pequeñísima, y no volvió a capturar ya más.
Apagué el cpu pensando tal vez... pero lo mismo. Pero... ojo, por primera vez mi computador presentó mensaje de que Windows estaba tratando de eliminar un malaware. Francamente no sé.
Volví a compilarlo y lo mismo.
Bajé tu ejecutable de prueba, y exactamente el mismo comportamiento. No me funciona.
Saludos.
Compilé en W8 y funcionó bien, hasta que se me ocurrió presionar el botón 'Traspasar'.
Ya no funcionó más. Al entrar, nuevamente, presenta la pantalla de la imagen pequeñísima, y no volvió a capturar ya más.
Apagué el cpu pensando tal vez... pero lo mismo. Pero... ojo, por primera vez mi computador presentó mensaje de que Windows estaba tratando de eliminar un malaware. Francamente no sé.
Volví a compilarlo y lo mismo.
Bajé tu ejecutable de prueba, y exactamente el mismo comportamiento. No me funciona.
Saludos.
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
Re: Tomando fotos con la webcam
Resuelto!!!
Re-instalé los drivers de la camara y volvió a funcionar.
Es decir, cambié a otro puerto usb y Windows instaló los drivers nuevamente.
Saludos.
Re-instalé los drivers de la camara y volvió a funcionar.
Es decir, cambié a otro puerto usb y Windows instaló los drivers nuevamente.
Saludos.
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Re: Tomando fotos con la webcam
Antonio, ya funciono, pero tuve que cambiar el formato del vídeo a YUY2, en formato MJPG no funciona. Muchísimas gracias con esto logro solucionar el inconveniente que tenia.
Windows 10 64 bits
Windows 10 64 bits
Saludos
LEANDRO ALFONSO
SISTEMAS LYMA - BASE
Bogotá (Colombia)
[ FWH 19.09 ] [ xHarbour 1.2.3 Intl. (SimpLex) (Build 20190613) ] [ Embarcadero C++ 7.30 for Win32 ]
LEANDRO ALFONSO
SISTEMAS LYMA - BASE
Bogotá (Colombia)
[ FWH 19.09 ] [ xHarbour 1.2.3 Intl. (SimpLex) (Build 20190613) ] [ Embarcadero C++ 7.30 for Win32 ]
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Tomando fotos con la webcam
Usando mod_harbour para tomar fotos / Using mod_harbour to take photos
https://www.modharbour.org/modharbour_samples/photo.prg
https://www.modharbour.org/modharbour_samples/photo.prg
Re: Tomando fotos con la webcam
Amazing! Can you provide source code? Thanks!Antonio Linares wrote:Usando mod_harbour para tomar fotos / Using mod_harbour to take photos
https://www.modharbour.org/modharbour_samples/photo.prg
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Tomando fotos con la webcam
here you have it:
https://github.com/FiveTechSoft/mod_har ... /photo.prg
In fact you don't need to run any app at all. Simply save the HTML on a local file and you may even open it from a local HTML file from your browser
https://github.com/FiveTechSoft/mod_har ... /photo.prg
In fact you don't need to run any app at all. Simply save the HTML on a local file and you may even open it from a local HTML file from your browser
Re: Tomando fotos con la webcam
Excelente Antonio!
tengo una duda todo ese codigo que esta en HTML lo has digitado o haz utilizado alguna herramienta ?
tengo una duda todo ese codigo que esta en HTML lo has digitado o haz utilizado alguna herramienta ?
fwh 17.12, harbour 3.2.0, pelles C, bcc7, Ms-Sql
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Tomando fotos con la webcam
Son ejemplos que busco por la web y los adapto a mod_harbour
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Tomando fotos con la webcam
I'm referring to the sample for Windows. I'm trying to change the width and height of the capture window without success (top and left work fine, though):
Replacing 200 with 100 (as an example) nothing changes.
What am I missing? Is it possible to change width and height of the capture window? If yes, how?
EMG
Code: Select all
oWC:CreateWnd( oWnd , 25, 10, 200, 120 )
What am I missing? Is it possible to change width and height of the capture window? If yes, how?
EMG
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Tomando fotos con la webcam
Is It possibile have Two or many webcam into One dialog?
The cam link from a link or lan
The cam link from a link or lan
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Tomando fotos con la webcam
Found! The problem is here:
Once this is commented out, we can change width and height of the capture window.
EMG
Code: Select all
SetWindowPos(::hWnd,HWND_BOTTOM,0,0,oStatus:nWidth,oStatus:nHeight,;
nOr(SWP_NOMOVE,SWP_NOZORDER ) )
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Tomando fotos con la webcam
Thank you Enrico