Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ros2_ws/src/arena_camera_node/src/ArenaCameraNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ void ArenaCameraNode::set_nodes_()
set_nodes_exposure_();
set_nodes_trigger_mode_();
// configure Auto Negotiate Packet Size and Packet Resend
Arena::SetNodeValue<bool>(m_pDevice->GetTLStreamNodeMap(), "StreamAutoNegotiatePacketSize", True);
Arena::SetNodeValue<bool>(m_pDevice->GetTLStreamNodeMap(), "StreamPacketResendEnable", True);
Arena::SetNodeValue<bool>(m_pDevice->GetTLStreamNodeMap(), "StreamAutoNegotiatePacketSize", true);
Arena::SetNodeValue<bool>(m_pDevice->GetTLStreamNodeMap(), "StreamPacketResendEnable", true);

//set_nodes_test_pattern_image_();
}
Expand Down