CCTV Camera Access Using Ionic Framework

Is there any sample available which can show that how we can connect our ionic application with External CCTV camera and can see live footage in application.I need your help here , Please guide me the way if possible please provide me some tutorial links

Regards.

1 Like

You will need both an Ionic App (the client) and a server component.
The server could use OpenCV for image processing and then stream the content (using a WebSocket) to your Ionic App.

See:

stream CCTV camera to your web application and then link it to your Ionic.