Home > Forum > connect camera after startup

connect camera after startup

Jul 30, 2022
julian quevedo wrote
how to modify the code to connect the camera after starting the application.
any idea would be very helpful
Reply
7 Answers
Aug 01, 2022
julian quevedo wrote
EN LOS EJEMPLOS NO TIENE ESTA OPCION
Aug 01, 2022
julian quevedo wrote
IN THE EXAMPLES YOU DO NOT HAVE THIS OPTION
Aug 01, 2022
Roman Miniailov agent wrote
Hi

"to connect the camera after starting the application." - you can connect to the camera by Start button click.

Please describe what do you need to do, with all details.
Aug 02, 2022
julian quevedo wrote
I need it to recognize the type of webcam that I connect to the computer.
If I disconnect the webcam and reconnect it, it still recognizes the type of webcam connected.
Aug 02, 2022
julian quevedo wrote

I don't know if I make myself understood
Aug 03, 2022
Roman Miniailov agent wrote
You can get an updated list of device using the RefreshLists(true, false, false) method call. This call will update the Video_CaptureDevices list.

You can use OnDeviceAdded/OnDeviceRemoved events to call the RefreshLists method, when you connect/disconnect yuor camera.