You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eye = devices.at(0) creates an object for polling the camera data from the camera at index 0. If you want two cameras, just make another one at index 1. The devices array should hold an entry for each camera you have attached.
Is there any way of recording video from multiple cameras using that driver?
The text was updated successfully, but these errors were encountered: