星痕

星痕

0个粉丝

4

问答

0

专栏

0

资料

星痕  发布于  2025-06-15 16:14:12
采纳率 75%
4个问答
367

HI3516CV610 VENC的demo报错

悬赏金¥ 10
已结题
 

将SDK中sample_venc的代码直接复制后,运行出现下面的错误,日志显示vi陷入等待状态直到超时,但是运行/root下的出场demo却可以正常启动
报错:

/dev/logmpp的日志显示

代码中指定的摄像头型号

root下的demo运行成功

vi的状态

————————————————————vi module param————————————————————————————————-
max_out_width max_out_height detect_err_frame drop_err_frame
4096 4096 0 0

————————————————————vi vpss mode & vi aiisp mode——————————————————————————
pipe_id vi_vpss_mode vi_aiisp_mode
0 vi_online_vpss_online default
1 vi_offline_vpss_offline default
2 vi_offline_vpss_offline default
3 vi_offline_vpss_offline default

————————————————————vi dev attr1——————————————————————————————————
dev_id dev_status intf_mode work_mode comp_mask0 comp_mask1 scan_mode

————————————————————vi dev attr2——————————————————————————————————
dev_id data_seq data_type data_reverse width height data_rate irq_affinity

————————————————————vi dev detect info———————————————————————————————
dev_id valid_width valid_height em_data_size total_width vfb_height vbb_height

————————————————————vi bind attr——————————————————————————————————
dev_id pipe_num pipe_id

————————————————————vi wdr fusion grp attr—————————————————————————————
grp_id wdr_mode cache_line pipe_num pipe_id pipe_reverse

————————————————————vi distribute grp attr—————————————————————————————
grp_id distribute_en pipe_id sync_time

————————————————————vi pipe attr1—————————————————————————————————-
pipe_id bypass_mode isp_bypass width height pixel_format compress_mode

————————————————————vi pipe attr2—————————————————————————————————-
pipe_id bit_align_mode src_rate dst_rate frame_source vc_num vb_src vb_pool

————————————————————vi pipe param—————————————————————————————————-
pipe_id discard_pro_pic_en out_mode data_rate yuv_skip_en signed_bit_extend_en bnr_info_en nr_effect_mode

————————————————————vi pipe bnr buf num——————————————————————————————-
pipe_id bnr_buf_num

————————————————————vi pipe post crop attr—————————————————————————————
pipe_id enable rect_x rect_y rect_width rect_height

————————————————————vi pipe 3dnr attr———————————————————————————————-
pipe_id enable nr_type compress_mode nr_motion_mode

————————————————————vi pipe 3dnr param———————————————————————————————

————————————————————vi pipe frame dump attr————————————————————————————-
pipe_id enable depth

————————————————————vi pipe low delay attr—————————————————————————————
pipe_id enable line_cnt one_buf

————————————————————vi pipe frame interrupt attr——————————————————————————
pipe_id interrupt_type early_line

————————————————————vi pipe user pic attr—————————————————————————————-
pipe_id enable width height stride pixel_format pool_id phy_addr

————————————————————vi pipe wrap status——————————————————————————————-
pipe_id wrap_en buf_line pts_gap max_gap0 max_gap1 vaild_line wrap_err pre_err

————————————————————vi pipe status—————————————————————————————————
pipe_id enable int_en width height int_cnt send_cnt lost_cnt vb_fail_cnt frame_rate

————————————————————vi pipe offline task statistics————————————————————————-
pipe_id receive_pic_cnt busy_num task_submit_cnt task_fail_cnt task_cost_time max_cost_time

————————————————————vi phys chn attr1———————————————————————————————-
pipe_id chn_id width height pixel_format dynamic_range video_format compress_mode mirror flip

————————————————————vi phys chn attr2———————————————————————————————-
pipe_id chn_id depth src_rate dst_rate vb_src vb_pool align

————————————————————vi ext chn attr1————————————————————————————————
pipe_id chn_id bind_chn src_type width height pixel_format dynamic_range video_format compress_mode

————————————————————vi ext chn attr2————————————————————————————————
pipe_id chn_id depth src_rate dst_rate vb_src vb_pool align

————————————————————vi chn low delay attr—————————————————————————————-
pipe_id chn_id enable line_cnt one_buf

————————————————————vi chn crop info————————————————————————————————
pipe_id chn_id crop_en coord x y width height trim_x trim_y trim_width trim_height

————————————————————vi chn status—————————————————————————————————-
pipe_id chn_id enable width height send_cnt vb_fail_cnt lost_frame_cnt frame_rate

————————————————————vi chn out frame info—————————————————————————————-
pipe_id chn_id width height compress_mode low_delay_frame delay

————————————————————vi interrupt cost time statistics———————————————————————-
isp_time isp_max_time vicap_time vicap_max_time viproc_time viproc_max_time int_time_per_sec load_ratio_0
5 334 47 398 202 502 21711 NA

我来回答
回答2个
时间排序
认可量排序

wjz

11个粉丝

2

问答

0

专栏

4

资料

wjz 2025-06-16 09:01:39
认可1
易百纳技术社区该回答已被题主采纳为最佳答案

sample_comm_isp_get_sns_obj 应该是这个函数 SC4336P_MIPI_4M_30FPS_10BIT_SELECT 这个没有定义,不是提示sensor 0 not exist

星痕
星痕   回复   wjz  2025-06-16 10:39:04
0

感谢佬,成功了,启动慢的问题应该还和其他部分的代码有关

或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
相关问答
无更多相似问答 去提问
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区