# Connecting Gigabit Ethernet Camera to node Red!

**URL:** https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516
**Category:** General
**Created:** [11 January 2023 08:26 UTC](https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516 "2023-01-11T08:26:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ingroth](https://avatars.discourse-cdn.com/v4/letter/i/53a042/32.png) [@ingroth](https://discourse.nodered.org/u/ingroth)
#### Post date: [11 January 2023 08:26 UTC](https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516/1 "2023-01-11T08:26:25Z")

</div>

Hello everyone,

i am trying to connect a Gigabit Ethernet Camera from Basler to Node Red.  
The Camera model is a: Basler a2A1920-51gcBAS GigE Vision Kamera ace2

Does anyone have an idea how to connect it to node red?

The camera has an API to use with python.

> **[pylon Open Source](https://www.baslerweb.com/en/products/basler-pylon-camera-software-suite/pylon-open-source-projects/)**
>
> Thanks to the new pylon open source project pypylon, Basler camera customers can now develop prototype applications with Python. The pylon camera driver for ROS facilitates the use of GigE and USB 3.0 cameras in robot applications. Find out more and...

The camera does not use: REST, RTSP and FTP.

best regards

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [11 January 2023 10:00 UTC](https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516/2 "2023-01-11T10:00:10Z")

</div>

> [@ingroth](#):
>
> Does anyone have an idea how to connect it to node red

Use the samples to build a python application that runs continuously and communicates to/from Node-RED via MQTT.

You could define a trigger topic to begin capture (inject --\> MQTT out "camera/1/trigger") then send the resulting image back to node-red (MQTT-in "camera/1/image" --\> )

---

<div class="post-metadata">

### Author: ![ingroth](https://avatars.discourse-cdn.com/v4/letter/i/53a042/32.png) [@ingroth](https://discourse.nodered.org/u/ingroth)
#### Post date: [11 January 2023 10:43 UTC](https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516/3 "2023-01-11T10:43:41Z")

</div>

Hi Steve-McI thanks for your fast reply👍

So your solution might be:  
(Basler Camera) \<-\> (Python APP) \<-MQTT-\> (Node Red)

Do you have any suggestion for the Python app. I have only little experiences in Python.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [12 March 2023 10:43 UTC](https://discourse.nodered.org/t/connecting-gigabit-ethernet-camera-to-node-red/73516/4 "2023-03-12T10:43:56Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
