Advertisement
Guest User

libcamera-vid output

a guest
Jul 15th, 2021
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.55 KB | None | 0 0
  1. pi@raspberrypi:~/libcamera-apps/build $ ./libcamera-vid --width 4056 --height 3040 -v --codec mjpeg
  2. Options:
  3.     verbose: 1
  4.     info_text:#%frame (%fps fps) exp %exp ag %ag dg %dg
  5.     timeout: 5000
  6.     width: 4056
  7.     height: 3040
  8.     output:
  9.     rawfull: 0
  10.     preview: default
  11.     transform: identity
  12.     roi: all
  13.     metering: centre
  14.     exposure: normal
  15.     ev: 0
  16.     awb: auto
  17.     flush: false
  18.     wrap: 0
  19.     brightness: 0
  20.     contrast: 1
  21.     saturation: 1
  22.     sharpness: 1
  23.     framerate: 30
  24.     denoise: auto
  25.     viewfinder-width: 0
  26.     viewfinder-height: 0
  27.     bitrate: 0
  28.     profile:
  29.     level:  
  30.     intra: 0
  31.     inline: 0
  32.     save-pts:
  33.     codec: mjpeg
  34.     quality (for MJPEG): 50
  35.     keypress: 0
  36.     signal: 0
  37.     initial: record
  38.     split: 0
  39.     segment: 0
  40.     circular: 0
  41. Opened MjpegEncoder
  42. Made X/EGL preview window
  43. Opening camera...
  44. [0:05:29.422365961] [1229]  INFO Camera camera_manager.cpp:294 libcamera v0.0.0+2766-35e23837
  45. [0:05:29.434039094] [1236]  WARN CameraSensor camera_sensor.cpp:197 'imx477 10-001a': Recommended V4L2 control 0x009a0922 not supported
  46. [0:05:29.434190907] [1236]  WARN CameraSensor camera_sensor.cpp:249 'imx477 10-001a': The sensor kernel driver needs to be fixed
  47. [0:05:29.434244313] [1236]  WARN CameraSensor camera_sensor.cpp:251 'imx477 10-001a': See Documentation/sensor_driver_requirements.rst in the libcamera sources for more information
  48. [0:05:29.441869293] [1236]  WARN CameraSensorProperties camera_sensor_properties.cpp:109 No static properties available for 'imx477'
  49. [0:05:29.441972328] [1236]  WARN CameraSensorProperties camera_sensor_properties.cpp:111 Please consider updating the camera sensor properties database
  50. [0:05:29.442178011] [1236]  WARN CameraSensor camera_sensor.cpp:403 'imx477 10-001a': Failed to retrieve the camera location
  51. Acquired camera /base/soc/i2c0mux/i2c@1/imx477@1a
  52. Configuring video...
  53. [0:05:29.634345046] [1229]  WARN V4L2 v4l2_pixelformat.cpp:181 Unsupported V4L2 pixel format XB24
  54. [0:05:29.635557105] [1229]  INFO Camera camera.cpp:906 configuring streams: (0) 4056x3040-YUV420
  55. [0:05:29.636249374] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 1012x760 fmt RG10 Score: 12155.9 (best 12155.9)
  56. [0:05:29.636352095] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG12 Score: 500 (best 500)
  57. [0:05:29.636407335] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 2028x1520 fmt RG12 Score: 7596 (best 500)
  58. [0:05:29.636459501] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 2028x1080 fmt RG12 Score: 8679.84 (best 500)
  59. [0:05:29.636515130] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 1012x760 fmt pRAA Score: 11655.9 (best 500)
  60. [0:05:29.636573018] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRCC Score: 0 (best 0)
  61. [0:05:29.636623129] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 2028x1520 fmt pRCC Score: 7096 (best 0)
  62. [0:05:29.636673369] [1236]  INFO RPI raspberrypi.cpp:122 Mode: 2028x1080 fmt pRCC Score: 8179.84 (best 0)
  63. [0:05:29.636956051] [1236]  INFO RPI raspberrypi.cpp:620 Sensor: /base/soc/i2c0mux/i2c@1/imx477@1a - Selected mode: 4056x3040-pRCC
  64. Camera streams configured
  65. Buffers allocated and mapped
  66. Video setup complete
  67. Requests created
  68. [0:05:29.748732234] [1236] ERROR V4L2 v4l2_videodevice.cpp:1127 /dev/video14[18:cap]: Unable to request 6 buffers: Cannot allocate memory
  69. [0:05:29.748837992] [1236] ERROR RPI raspberrypi.cpp:817 Failed to allocate buffers
  70. MjpegEncoder closed
  71. Closing Libcamera application(frames displayed 0, dropped 0)
  72. Camera stopped!
  73. Tearing down requests, buffers and configuration
  74. Camera closed
  75. ERROR: *** failed to start camera ***
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement