Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~/libcamera-apps/build $ ./libcamera-vid --width 4056 --height 3040 -v --codec mjpeg
- Options:
- verbose: 1
- info_text:#%frame (%fps fps) exp %exp ag %ag dg %dg
- timeout: 5000
- width: 4056
- height: 3040
- output:
- rawfull: 0
- preview: default
- transform: identity
- roi: all
- metering: centre
- exposure: normal
- ev: 0
- awb: auto
- flush: false
- wrap: 0
- brightness: 0
- contrast: 1
- saturation: 1
- sharpness: 1
- framerate: 30
- denoise: auto
- viewfinder-width: 0
- viewfinder-height: 0
- bitrate: 0
- profile:
- level:
- intra: 0
- inline: 0
- save-pts:
- codec: mjpeg
- quality (for MJPEG): 50
- keypress: 0
- signal: 0
- initial: record
- split: 0
- segment: 0
- circular: 0
- Opened MjpegEncoder
- Made X/EGL preview window
- Opening camera...
- [0:05:29.422365961] [1229] INFO Camera camera_manager.cpp:294 libcamera v0.0.0+2766-35e23837
- [0:05:29.434039094] [1236] WARN CameraSensor camera_sensor.cpp:197 'imx477 10-001a': Recommended V4L2 control 0x009a0922 not supported
- [0:05:29.434190907] [1236] WARN CameraSensor camera_sensor.cpp:249 'imx477 10-001a': The sensor kernel driver needs to be fixed
- [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
- [0:05:29.441869293] [1236] WARN CameraSensorProperties camera_sensor_properties.cpp:109 No static properties available for 'imx477'
- [0:05:29.441972328] [1236] WARN CameraSensorProperties camera_sensor_properties.cpp:111 Please consider updating the camera sensor properties database
- [0:05:29.442178011] [1236] WARN CameraSensor camera_sensor.cpp:403 'imx477 10-001a': Failed to retrieve the camera location
- Acquired camera /base/soc/i2c0mux/i2c@1/imx477@1a
- Configuring video...
- [0:05:29.634345046] [1229] WARN V4L2 v4l2_pixelformat.cpp:181 Unsupported V4L2 pixel format XB24
- [0:05:29.635557105] [1229] INFO Camera camera.cpp:906 configuring streams: (0) 4056x3040-YUV420
- [0:05:29.636249374] [1236] INFO RPI raspberrypi.cpp:122 Mode: 1012x760 fmt RG10 Score: 12155.9 (best 12155.9)
- [0:05:29.636352095] [1236] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt RG12 Score: 500 (best 500)
- [0:05:29.636407335] [1236] INFO RPI raspberrypi.cpp:122 Mode: 2028x1520 fmt RG12 Score: 7596 (best 500)
- [0:05:29.636459501] [1236] INFO RPI raspberrypi.cpp:122 Mode: 2028x1080 fmt RG12 Score: 8679.84 (best 500)
- [0:05:29.636515130] [1236] INFO RPI raspberrypi.cpp:122 Mode: 1012x760 fmt pRAA Score: 11655.9 (best 500)
- [0:05:29.636573018] [1236] INFO RPI raspberrypi.cpp:122 Mode: 4056x3040 fmt pRCC Score: 0 (best 0)
- [0:05:29.636623129] [1236] INFO RPI raspberrypi.cpp:122 Mode: 2028x1520 fmt pRCC Score: 7096 (best 0)
- [0:05:29.636673369] [1236] INFO RPI raspberrypi.cpp:122 Mode: 2028x1080 fmt pRCC Score: 8179.84 (best 0)
- [0:05:29.636956051] [1236] INFO RPI raspberrypi.cpp:620 Sensor: /base/soc/i2c0mux/i2c@1/imx477@1a - Selected mode: 4056x3040-pRCC
- Camera streams configured
- Buffers allocated and mapped
- Video setup complete
- Requests created
- [0:05:29.748732234] [1236] ERROR V4L2 v4l2_videodevice.cpp:1127 /dev/video14[18:cap]: Unable to request 6 buffers: Cannot allocate memory
- [0:05:29.748837992] [1236] ERROR RPI raspberrypi.cpp:817 Failed to allocate buffers
- MjpegEncoder closed
- Closing Libcamera application(frames displayed 0, dropped 0)
- Camera stopped!
- Tearing down requests, buffers and configuration
- Camera closed
- ERROR: *** failed to start camera ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement