+
Raspberry Pi Live Kamera
+
+
+
+
+
+ {showStream ? (
+
+

{
+ e.target.src = "https://via.placeholder.com/640x480?text=Kamera+nicht+erreichbar";
+ }}
+ />
+
+ ) : (
+
+ Stream ist pausiert
+
+ )}
+
+ );
+}
+
+export default LivePreview;
\ No newline at end of file