Hi,
i was trying to run this code on my jetbot from the jupyter noteboook road following
from IPython.display import display
import ipywidgets
import traitlets
from jetbot import Camera, bgr8_to_jpeg
so i wasnt sure where to run the command so i tried it for both the python notebook and terminal
when i ran the command : gst-launch-1.0 nvarguscamerasrc ! fakesin
in the notebook it says invalid syntax error
and when i ran it in terminal it returns: WARNING: erroneous pipeline: no element “fakesin”
now when i run the camera command i wrote in my first question it returns the following error:
Server Connection Error
A connection to the Jupyter server could not be established. JupyterLab will continue trying to reconnect. Check your network connection or Jupyter server configuration.