1643512123 Publish time 2023-10-6 06:29:09

My rasptank start to have a problem cant connect.

I unmount my rasptank to clean the raspberry as I see that some screws starts to have some oxid.

When I remount the rasptank it never connect by a 192....:5000.
I try several times to see if I mount any component erroneously and not.
Also in the app of android the rasptank dont connect.

After several times I pick the rasptank image ad then burn on the sdcard and reconfigure all to try to connect but It dont work also I have this prblem on terminal:

ssh pi@192.168.1.66
pi@192.168.1.66's password:
Linux raspberrypi 5.4.72-v7+ #1356 SMP Thu Oct 22 13:56:54 BST 2020 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Dec9 08:17:30 2020

SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.

pi@raspberrypi:~ $ vcgencmd get_camera
supported=1 detected=1
pi@raspberrypi:~ $ raspistill -o output.png
Camera control callbackcmd=0x4f525245mmal: No data received from sensor. Check all connections, including the Sunny one on the camera board
^Z
+Interrompido            raspistill -o output.png
pi@raspberrypi:~ $ raspistill -o output.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates

pi@raspberrypi:~ $ sudo killall python3
pi@raspberrypi:~ $ sudo python3 adeept_rasptank/server/webServer.py
......................pause..........................
Starting camera thread.
VIDIOC_STREAMON: Invalid argument
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
File "/home/pi/adeept_rasptank/server/base_camera.py", line 94, in _thread
    for frame in frames_iterator:
File "/home/pi/adeept_rasptank/server/camera_opencv.py", line 451, in frames
    yield cv2.imencode('.jpg', img).tobytes()
cv2.error: OpenCV(3.4.3) /home/pi/opencv-python/opencv/modules/imgcodecs/src/grfmt_base.cpp:145: error: (-10:Unknown error code -10) Raw image encoder error: Empty JPEG image (DNL not supported) in function 'throwOnEror'



Pages: [1]
View full version: My rasptank start to have a problem cant connect.