I logged into my Vizy by means of a web browser like I normally do and checked for updated software. There was an update and I proceeded as I have in past to upgrade to the new version. I think I was on 0.8.3 and the upgrade was for 0.8.4 I may be wrong since I can only rely on memory at this point. I have upgraded a few times in the past and never had any problems. This time everything appeared to going okay but after a while there was no response and I could no longer access the Vizy web page, totally unreachable. I was able to SSH into the Pi and everything appears to be okay but I have no idea how to troubleshoot this. I have looked through all the documents I can find on the Vizy site and forum but no luck. I canât even find any information on what the light colour of the top button means. Itâs now orange. Any suggestions would be appreciated. Thanks.
Hello,
Sorry for the trouble!
We did find an issue when upgrading from some older builds to build 0.0.85. We posted a new build (0.0.86). Since your server isnât running, youâll need to SSH into your Vizy, which it sounds like youâre comfortable doing. From the command prompt type this (assuming youâre in the /home/pi directory, and your Vizy has Internet access):
vizy/scripts/install_update
Running this will have the familiar software upgrading steps. After it is done, you should be able log into your Vizy via web browser.
Let me know how it goes.
You asked about how to debug and what the LED color means, etc. (We have several holes in the documentation that we need to plug up â thanks the for the feedback.)
So, if the vizy-server is in a state where you canât log on via web browser, you can go through SSH or via keyboard/monitor and run:
sudo journalctl -f --unit vizy-server
from the shell prompt. It will output what the vizy-server is having trouble with, which you can post on this forum, or send to us ([email protected])
The LED colors mean this:
White: Vizy is booting
Amber: Vizy has booted, and the power-monitor process has started.
Changing colors: Vizy is configuring WiFi.
Cyan: Access point has been created and can be connected to, if in WiFi Access Point mode.
Blue: WiFi has connect to network, if in WiFi âConnect to Networkâ mode.
Violet: client has connected
Flashing red: Vizy is preparing to power down.
Your LED was amber, which means that the Vizy server was having troublesâŚ
I believe this hasnât made it into the official documentation yet because some of us are thinking about changing.
Edward
Hi Edward. Thanks so much for the quick response. Here is what I found after following your instructions/information.
SSH into my Vizy and from the /home/pi directory I ran vizy/scripts/install_update
This is the result (just the tail):
Installed /usr/local/lib/python3.7/dist-packages/vizy-0.0.86-py3.7.egg
Processing dependencies for vizy==0.0.86
Finished processing dependencies for vizy==0.0.86
CopyingâŚ
RestartingâŚ
Job for vizy-server.service failed because the control process exited with error code.
See âsystemctl status vizy-server.serviceâ and âjournalctl -xeâ for details.
Error: Installation has encountered an error.
pi@vizy:~ $
The web server was still down after this so I checked the log and this was the output:
pi@vizy:~ $ sudo journalctl -f --unit vizy-server
â Logs begin at Sat 2021-12-11 00:55:31 MST. â
Dec 11 11:22:53 vizy systemd[1]: vizy-server.service: Failed with result âexit-codeâ.
Dec 11 11:22:54 vizy systemd[1]: vizy-server.service: Service RestartSec=100ms expired, scheduling restart.
Dec 11 11:22:54 vizy systemd[1]: vizy-server.service: Scheduled restart job, restart counter is at 57.
Dec 11 11:22:54 vizy systemd[1]: Stopped Vizy server.
Dec 11 11:22:54 vizy systemd[1]: vizy-server.service: Start request repeated too quickly.
Dec 11 11:22:54 vizy systemd[1]: vizy-server.service: Failed with result âexit-codeâ.
Dec 11 11:22:54 vizy systemd[1]: Failed to start Vizy server.
Dec 11 11:22:55 vizy systemd[1]: vizy-server.service: Start request repeated too quickly.
Dec 11 11:22:55 vizy systemd[1]: vizy-server.service: Failed with result âexit-codeâ.
Dec 11 11:22:55 vizy systemd[1]: Failed to start Vizy server.
I did a full power-cycle and was then able to log into Vizy (web server) but there was no video. I tried a few different browsers and computers but all had the same result. I also tried different apps but no luck. When in the bird feeder app I looked at the app console and found the following (just the tail):
[0:02:18.870865152] [1134] INFO RPI raspberrypi.cpp:611 Sensor: /base/soc/i2c0mux/i2c@1/imx477@1a - Selected mode: 1920x1080-pgAA
[0:02:18.872760599] [1134] ERROR IPARPI raspberrypi.cpp:506 Unable to find sensor control 0x009e0903
[0:02:18.872855254] [1134] ERROR IPARPI raspberrypi.cpp:327 Sensor control validation failed.
[0:02:18.872901952] [1134] ERROR RPI raspberrypi.cpp:1283 IPA configuration failed!
[0:02:18.872981201] [1134] ERROR RPI raspberrypi.cpp:748 Failed to configure the IPA: -32
Camera streams configured
Buffers allocated and mapped
Video setup complete
Requests created
[0:02:18.931367360] [1134] ERROR V4L2 v4l2_videodevice.cpp:1126 /dev/video1[18:cap]: Unable to request 4 buffers: Invalid argument
[0:02:18.931463255] [1134] ERROR RPI raspberrypi.cpp:808 Failed to allocate buffers
Camera stopped!
Tearing down requests, buffers and configuration
Camera closed
ERROR: *** failed to start camera ***
Hmm. Sorry again for the problems. It looks like there might be an issue with the camera and/or drivers. These changed slightly in build 0.0.85. Have you run any other updates on the system?
First, please try to delete the vizy_main.json file:
rm ~/vizy/etc/vizy_main.json
And then reboot. If that doesnât result in video coming back, letâs go back to build 0.0.84. Go to the Update dialog and type in https://vizycam.com/sd/vizy_main-0.0.84.sh
into URL text box and click on the Install
button. This will install an older build.
Let me know what you find.
Edward
I actually donât mind some troubleshooting, I find itâs a great way to really get to know your equipment, software and technology.
Here is what I found with the new information you provided:
- I deleted the vizy_main.json file:
rm ~/vizy/etc/vizy_main.json
- After reboot, no change.
- After full power-cycle, no change.
- I reverted back to build 0.0.84, no change.
- I tried reboots etc and no change.
Here is the output from the app console that appears to indicate some issues. Let me know if there is a way to attach a file so I donât end up pasting so much text. Thanks.
Opening cameraâŚ
[2021-12-12 13:54:35 -0700] [703] [INFO] Running on http://0.0.0.0:5000 (CTRL + C to quit)
[0:00:21.055353134] [796] ERROR IPAModule ipa_module.cpp:173 Symbol ipaModuleInfo not found
[0:00:21.055538874] [796] ERROR IPAModule ipa_module.cpp:293 kcamera.cpython-37m-arm-linux-gnueabihf.so: IPA module has no valid info
[0:00:21.058061893] [796] ERROR IPAModule ipa_module.cpp:173 Symbol ipaModuleInfo not found
[0:00:21.058183356] [796] ERROR IPAModule ipa_module.cpp:293 kencoder.cpython-37m-arm-linux-gnueabihf.so: IPA module has no valid info
[0:00:21.064439171] [796] ERROR IPAModule ipa_module.cpp:173 Symbol ipaModuleInfo not found
[0:00:21.064569745] [796] ERROR IPAModule ipa_module.cpp:293 libcamera.so: IPA module has no valid info
[0:00:21.065487189] [796] INFO IPAManager ipa_manager.cpp:136 libcamera is not installed. Adding â/usr/local/lib/python3.7/src/ipaâ to the IPA search path
[0:00:21.100230282] [796] INFO Camera camera_manager.cpp:294 libcamera v0.0.0+2410-c322320a-dirty (2021-10-11T12:45:31-05:00)
[0:00:21.424524948] [797] ERROR DelayedControls delayed_controls.cpp:86 Delay request for control id 0x009e0901 but control is not exposed by device /dev/video0
[0:00:21.424615300] [797] ERROR DelayedControls delayed_controls.cpp:86 Delay request for control id 0x00980911 but control is not exposed by device /dev/video0
[0:00:21.424671541] [797] ERROR DelayedControls delayed_controls.cpp:86 Delay request for control id 0x009e0903 but control is not exposed by device /dev/video0
Acquired camera /base/soc/i2c0mux/i2c@1/imx477@1a
Configuring videoâŚ
[0:00:21.426268448] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format XB24
[0:00:21.427243967] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y10 Score: 500 (best 500)
[0:00:21.427388837] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y12 Score: 500 (best 500)
[0:00:21.427474967] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y14 Score: 500 (best 500)
[0:00:21.427544096] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA10 Score: 500 (best 500)
[0:00:21.427611763] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB10 Score: 500 (best 500)
[0:00:21.427694633] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG10 Score: 500 (best 500)
[0:00:21.427765226] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG10 Score: 500 (best 500)
[0:00:21.427843282] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA81 Score: 2500 (best 500)
[0:00:21.427931374] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA12 Score: 1500 (best 500)
[0:00:21.428004652] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB12 Score: 1500 (best 500)
[0:00:21.428078115] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG12 Score: 1500 (best 500)
[0:00:21.428155707] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG12 Score: 1500 (best 500)
[0:00:21.428234541] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGB3 Score: 500 (best 500)
[0:00:21.428301707] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BGR3 Score: 500 (best 500)
[0:00:21.428370596] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB14 Score: 500 (best 500)
[0:00:21.428439541] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG14 Score: 500 (best 500)
[0:00:21.428507004] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG14 Score: 500 (best 500)
[0:00:21.428574559] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GR14 Score: 500 (best 500)
[0:00:21.428642578] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGB4 Score: 500 (best 500)
[0:00:21.428705504] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBAA Score: 0 (best 0)
[0:00:21.428767615] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGAA Score: 0 (best 0)
[0:00:21.428830226] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRAA Score: 0 (best 0)
[0:00:21.428891504] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgAA Score: 0 (best 0)
[0:00:21.428957485] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGGB Score: 2500 (best 0)
[0:00:21.429026041] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBCC Score: 1000 (best 0)
[0:00:21.429095541] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGCC Score: 1000 (best 0)
[0:00:21.429174911] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRCC Score: 1000 (best 0)
[0:00:21.429257244] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgCC Score: 1000 (best 0)
[0:00:21.429335874] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBEE Score: 500 (best 0)
[0:00:21.429404670] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGEE Score: 500 (best 0)
[0:00:21.429472467] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pREE Score: 500 (best 0)
[0:00:21.429541244] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgEE Score: 500 (best 0)
[0:00:21.429608337] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GRBG Score: 2500 (best 0)
[0:00:21.429675485] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GBRG Score: 2500 (best 0)
[0:00:21.429742041] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBO Score: 500 (best 0)
[0:00:21.429808726] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y10P Score: 500 (best 0)
[0:00:21.429875170] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y12P Score: 500 (best 0)
[0:00:21.429941985] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y14P Score: 500 (best 0)
[0:00:21.430042726] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBP Score: 500 (best 0)
[0:00:21.430128615] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBQ Score: 500 (best 0)
[0:00:21.430210337] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBR Score: 500 (best 0)
[0:00:21.430289115] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt YVYU Score: 500 (best 0)
[0:00:21.430365707] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt YUYV Score: 500 (best 0)
[0:00:21.430436615] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GREY Score: 2500 (best 0)
[0:00:21.430513819] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt VYUY Score: 500 (best 0)
[0:00:21.430585930] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt UYVY Score: 500 (best 0)
[0:00:21.430674930] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y10
[0:00:21.430736874] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y12
[0:00:21.430790911] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y14
[0:00:21.430928856] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format GB14
[0:00:21.431001041] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format BG14
[0:00:21.431055763] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format RG14
[0:00:21.431107133] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format GR14
[0:00:21.431158448] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format RGB4
[0:00:21.431276374] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format pBEE
[0:00:21.431343967] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format pGEE
[0:00:21.431396263] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format pREE
[0:00:21.431447930] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format pgEE
[0:00:21.431520930] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format RGBO
[0:00:21.431577485] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y10P
[0:00:21.431627541] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y12P
[0:00:21.431678670] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format Y14P
[0:00:21.431749115] [796] WARN V4L2 v4l2_pixelformat.cpp:180 Unsupported V4L2 pixel format RGBQ
[0:00:21.432789430] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y10 Score: 500 (best 500)
[0:00:21.432908041] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y12 Score: 500 (best 500)
[0:00:21.432980893] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y14 Score: 500 (best 500)
[0:00:21.433046393] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA10 Score: 500 (best 500)
[0:00:21.433110874] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB10 Score: 500 (best 500)
[0:00:21.433177430] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG10 Score: 500 (best 500)
[0:00:21.433242522] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG10 Score: 500 (best 500)
[0:00:21.433306911] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA81 Score: 2500 (best 500)
[0:00:21.433371022] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BA12 Score: 1500 (best 500)
[0:00:21.433435393] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB12 Score: 1500 (best 500)
[0:00:21.433500707] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG12 Score: 1500 (best 500)
[0:00:21.433566485] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG12 Score: 1500 (best 500)
[0:00:21.433632559] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGB3 Score: 500 (best 500)
[0:00:21.433699022] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BGR3 Score: 500 (best 500)
[0:00:21.433767744] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GB14 Score: 500 (best 500)
[0:00:21.433837559] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt BG14 Score: 500 (best 500)
[0:00:21.433906059] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG14 Score: 500 (best 500)
[0:00:21.433974541] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GR14 Score: 500 (best 500)
[0:00:21.434042189] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGB4 Score: 500 (best 500)
[0:00:21.434104819] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBAA Score: 0 (best 0)
[0:00:21.434167670] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGAA Score: 0 (best 0)
[0:00:21.434229652] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRAA Score: 0 (best 0)
[0:00:21.434290522] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgAA Score: 0 (best 0)
[0:00:21.434356244] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGGB Score: 2500 (best 0)
[0:00:21.434420948] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBCC Score: 1000 (best 0)
[0:00:21.434485282] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGCC Score: 1000 (best 0)
[0:00:21.434550485] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRCC Score: 1000 (best 0)
[0:00:21.434613911] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgCC Score: 1000 (best 0)
[0:00:21.434681207] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pBEE Score: 500 (best 0)
[0:00:21.434749356] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pGEE Score: 500 (best 0)
[0:00:21.434816819] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pREE Score: 500 (best 0)
[0:00:21.434883930] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pgEE Score: 500 (best 0)
[0:00:21.434950726] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GRBG Score: 2500 (best 0)
[0:00:21.435017782] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GBRG Score: 2500 (best 0)
[0:00:21.435085282] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBO Score: 500 (best 0)
[0:00:21.435153300] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y10P Score: 500 (best 0)
[0:00:21.435220948] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y12P Score: 500 (best 0)
[0:00:21.435289133] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt Y14P Score: 500 (best 0)
[0:00:21.435355319] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBP Score: 500 (best 0)
[0:00:21.435422133] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBQ Score: 500 (best 0)
[0:00:21.435488819] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RGBR Score: 500 (best 0)
[0:00:21.435556059] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt YVYU Score: 500 (best 0)
[0:00:21.435623207] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt YUYV Score: 500 (best 0)
[0:00:21.435684615] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt GREY Score: 2500 (best 0)
[0:00:21.435752004] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt VYUY Score: 500 (best 0)
[0:00:21.435818856] [796] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt UYVY Score: 500 (best 0)
[0:00:21.436886541] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10 Score: 500 (best 500)
[0:00:21.436974411] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12 Score: 500 (best 500)
[0:00:21.437046004] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14 Score: 500 (best 500)
[0:00:21.437112763] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA10 Score: 500 (best 500)
[0:00:21.437177133] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB10 Score: 500 (best 500)
[0:00:21.437241282] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG10 Score: 500 (best 500)
[0:00:21.437304930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG10 Score: 500 (best 500)
[0:00:21.437369819] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA81 Score: 2500 (best 500)
[0:00:21.437434356] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA12 Score: 1500 (best 500)
[0:00:21.437498374] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB12 Score: 1500 (best 500)
[0:00:21.437563504] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG12 Score: 1500 (best 500)
[0:00:21.437627689] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG12 Score: 1500 (best 500)
[0:00:21.437695263] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB3 Score: 500 (best 500)
[0:00:21.437762374] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BGR3 Score: 500 (best 500)
[0:00:21.437829930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB14 Score: 500 (best 500)
[0:00:21.437898948] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG14 Score: 500 (best 500)
[0:00:21.437967707] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG14 Score: 500 (best 500)
[0:00:21.438034837] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GR14 Score: 500 (best 500)
[0:00:21.438102207] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB4 Score: 500 (best 500)
[0:00:21.438165374] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBAA Score: 0 (best 0)
[0:00:21.438227763] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGAA Score: 0 (best 0)
[0:00:21.438290430] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRAA Score: 0 (best 0)
[0:00:21.438352152] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgAA Score: 0 (best 0)
[0:00:21.438418467] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGGB Score: 2500 (best 0)
[0:00:21.438483615] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBCC Score: 1000 (best 0)
[0:00:21.438547541] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGCC Score: 1000 (best 0)
[0:00:21.438612004] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRCC Score: 1000 (best 0)
[0:00:21.438675763] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgCC Score: 1000 (best 0)
[0:00:21.438743300] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBEE Score: 500 (best 0)
[0:00:21.438811319] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGEE Score: 500 (best 0)
[0:00:21.438879356] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pREE Score: 500 (best 0)
[0:00:21.438947022] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgEE Score: 500 (best 0)
[0:00:21.439015078] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GRBG Score: 2500 (best 0)
[0:00:21.439083263] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GBRG Score: 2500 (best 0)
[0:00:21.439151041] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBO Score: 500 (best 0)
[0:00:21.439218726] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10P Score: 500 (best 0)
[0:00:21.439287874] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12P Score: 500 (best 0)
[0:00:21.439356170] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14P Score: 500 (best 0)
[0:00:21.439421837] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBP Score: 500 (best 0)
[0:00:21.439488819] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBQ Score: 500 (best 0)
[0:00:21.439557059] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBR Score: 500 (best 0)
[0:00:21.439624430] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YVYU Score: 500 (best 0)
[0:00:21.439691115] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YUYV Score: 500 (best 0)
[0:00:21.439752170] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GREY Score: 2500 (best 0)
[0:00:21.439819189] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt VYUY Score: 500 (best 0)
[0:00:21.439886800] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt UYVY Score: 500 (best 0)
[0:00:21.440952967] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10 Score: 500 (best 500)
[0:00:21.441051893] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12 Score: 500 (best 500)
[0:00:21.441125189] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14 Score: 500 (best 500)
[0:00:21.441189356] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA10 Score: 500 (best 500)
[0:00:21.441253263] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB10 Score: 500 (best 500)
[0:00:21.441317152] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG10 Score: 500 (best 500)
[0:00:21.441381096] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG10 Score: 500 (best 500)
[0:00:21.441445115] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA81 Score: 2500 (best 500)
[0:00:21.441509541] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA12 Score: 1500 (best 500)
[0:00:21.441573856] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB12 Score: 1500 (best 500)
[0:00:21.441638004] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG12 Score: 1500 (best 500)
[0:00:21.441702485] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG12 Score: 1500 (best 500)
[0:00:21.441768930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB3 Score: 500 (best 500)
[0:00:21.441835504] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BGR3 Score: 500 (best 500)
[0:00:21.441904152] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB14 Score: 500 (best 500)
[0:00:21.441972689] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG14 Score: 500 (best 500)
[0:00:21.442040930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG14 Score: 500 (best 500)
[0:00:21.442109707] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GR14 Score: 500 (best 500)
[0:00:21.442176837] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB4 Score: 500 (best 500)
[0:00:21.442240170] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBAA Score: 0 (best 0)
[0:00:21.442302319] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGAA Score: 0 (best 0)
[0:00:21.442364282] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRAA Score: 0 (best 0)
[0:00:21.442425930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgAA Score: 0 (best 0)
[0:00:21.442492485] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGGB Score: 2500 (best 0)
[0:00:21.442556930] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBCC Score: 1000 (best 0)
[0:00:21.442620874] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGCC Score: 1000 (best 0)
[0:00:21.442684596] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRCC Score: 1000 (best 0)
[0:00:21.442747374] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgCC Score: 1000 (best 0)
[0:00:21.442813967] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBEE Score: 500 (best 0)
[0:00:21.442881615] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGEE Score: 500 (best 0)
[0:00:21.442949763] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pREE Score: 500 (best 0)
[0:00:21.443017059] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgEE Score: 500 (best 0)
[0:00:21.443083226] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GRBG Score: 2500 (best 0)
[0:00:21.443150670] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GBRG Score: 2500 (best 0)
[0:00:21.443217856] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBO Score: 500 (best 0)
[0:00:21.443286948] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10P Score: 500 (best 0)
[0:00:21.443354763] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12P Score: 500 (best 0)
[0:00:21.443423096] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14P Score: 500 (best 0)
[0:00:21.443489078] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBP Score: 500 (best 0)
[0:00:21.443556559] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBQ Score: 500 (best 0)
[0:00:21.443624078] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBR Score: 500 (best 0)
[0:00:21.443690800] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YVYU Score: 500 (best 0)
[0:00:21.443757967] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YUYV Score: 500 (best 0)
[0:00:21.443820022] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GREY Score: 2500 (best 0)
[0:00:21.443888096] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt VYUY Score: 500 (best 0)
[0:00:21.443956541] [796] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt UYVY Score: 500 (best 0)
[0:00:21.444305856] [796] INFO Camera camera.cpp:905 configuring streams: (0) 640x480-RGB888 (1) 640x480-SGRBG10_CSI2P
[0:00:21.445203559] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10 Score: 500 (best 500)
[0:00:21.445312744] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12 Score: 500 (best 500)
[0:00:21.445386819] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14 Score: 500 (best 500)
[0:00:21.445452578] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA10 Score: 500 (best 500)
[0:00:21.445516633] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB10 Score: 500 (best 500)
[0:00:21.445581356] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG10 Score: 500 (best 500)
[0:00:21.445645356] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG10 Score: 500 (best 500)
[0:00:21.445709856] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA81 Score: 2500 (best 500)
[0:00:21.445774152] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BA12 Score: 1500 (best 500)
[0:00:21.445838282] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB12 Score: 1500 (best 500)
[0:00:21.445902985] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG12 Score: 1500 (best 500)
[0:00:21.445968041] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG12 Score: 1500 (best 500)
[0:00:21.446035226] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB3 Score: 500 (best 500)
[0:00:21.446102522] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BGR3 Score: 500 (best 500)
[0:00:21.446170522] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GB14 Score: 500 (best 500)
[0:00:21.446238485] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt BG14 Score: 500 (best 500)
[0:00:21.446307485] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RG14 Score: 500 (best 500)
[0:00:21.446375781] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GR14 Score: 500 (best 500)
[0:00:21.446444022] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGB4 Score: 500 (best 500)
[0:00:21.446507374] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBAA Score: 0 (best 0)
[0:00:21.446570244] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGAA Score: 0 (best 0)
[0:00:21.446632837] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRAA Score: 0 (best 0)
[0:00:21.446694430] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgAA Score: 0 (best 0)
[0:00:21.446760281] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGGB Score: 2500 (best 0)
[0:00:21.446824170] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBCC Score: 1000 (best 0)
[0:00:21.446887874] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGCC Score: 1000 (best 0)
[0:00:21.446951615] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pRCC Score: 1000 (best 0)
[0:00:21.447014300] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgCC Score: 1000 (best 0)
[0:00:21.447081485] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pBEE Score: 500 (best 0)
[0:00:21.447149263] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pGEE Score: 500 (best 0)
[0:00:21.447216281] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pREE Score: 500 (best 0)
[0:00:21.447283985] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt pgEE Score: 500 (best 0)
[0:00:21.447350485] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GRBG Score: 2500 (best 0)
[0:00:21.447417726] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GBRG Score: 2500 (best 0)
[0:00:21.447485911] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBO Score: 500 (best 0)
[0:00:21.447553467] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y10P Score: 500 (best 0)
[0:00:21.447620263] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y12P Score: 500 (best 0)
[0:00:21.447687485] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt Y14P Score: 500 (best 0)
[0:00:21.447752856] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBP Score: 500 (best 0)
[0:00:21.447819281] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBQ Score: 500 (best 0)
[0:00:21.447885800] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt RGBR Score: 500 (best 0)
[0:00:21.447951893] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YVYU Score: 500 (best 0)
[0:00:21.448018541] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt YUYV Score: 500 (best 0)
[0:00:21.448079300] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt GREY Score: 2500 (best 0)
[0:00:21.448145985] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt VYUY Score: 500 (best 0)
[0:00:21.448213133] [797] INFO RPI raspberrypi.cpp:122 Mode: 640x480 fmt UYVY Score: 500 (best 0)
[0:00:21.448287207] [797] INFO RPI raspberrypi.cpp:611 Sensor: /base/soc/i2c0mux/i2c@1/imx477@1a - Selected mode: 640x480-pgAA
[0:00:21.451339078] [797] ERROR IPARPI raspberrypi.cpp:506 Unable to find sensor control 0x009e0903
[0:00:21.451445930] [797] ERROR IPARPI raspberrypi.cpp:327 Sensor control validation failed.
[0:00:21.451496874] [797] ERROR RPI raspberrypi.cpp:1283 IPA configuration failed!
[0:00:21.451587819] [797] ERROR RPI raspberrypi.cpp:748 Failed to configure the IPA: -32
Camera streams configured
Buffers allocated and mapped
Video setup complete
Requests created
[0:00:21.531289856] [797] ERROR V4L2 v4l2_videodevice.cpp:1126 /dev/video1[20:cap]: Unable to request 4 buffers: Invalid argument
[0:00:21.531387096] [797] ERROR RPI raspberrypi.cpp:808 Failed to allocate buffers
Camera stopped!
Tearing down requests, buffers and configuration
Camera closed
ERROR: *** failed to start camera ***
Hello,
Iâm going to send you an email.
Edward
Was this issue ever resolved? I seem to be having similar problems. Vizy has been offline for quite some time.
Hello,
Sorry for the problems. It was an issue with an early version (0.0.86). Just so we know that itâs the same issue, what errors are you getting?
Edward